cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

Makefile (411B)


      1# SPDX-License-Identifier: GPL-2.0
      2obj-$(CONFIG_PRESTERA)	+= prestera.o
      3prestera-objs		:= prestera_main.o prestera_hw.o prestera_dsa.o \
      4			   prestera_rxtx.o prestera_devlink.o prestera_ethtool.o \
      5			   prestera_switchdev.o prestera_acl.o prestera_flow.o \
      6			   prestera_flower.o prestera_span.o prestera_counter.o \
      7			   prestera_router.o prestera_router_hw.o
      8
      9obj-$(CONFIG_PRESTERA_PCI)	+= prestera_pci.o