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 (296B)


      1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause)
      2
      3ccflags-y += -I$(srctree)/$(src)/../funcore -I$(srctree)/$(src)
      4
      5obj-$(CONFIG_FUN_ETH) += funeth.o
      6
      7funeth-y := funeth_main.o funeth_rx.o funeth_tx.o funeth_devlink.o \
      8	    funeth_ethtool.o
      9
     10funeth-$(CONFIG_TLS_DEVICE) += funeth_ktls.o