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


      1# SPDX-License-Identifier: GPL-2.0-only
      2ccflags-y += -I$(src)
      3obj-$(CONFIG_SMC)	+= smc.o
      4obj-$(CONFIG_SMC_DIAG)	+= smc_diag.o
      5smc-y := af_smc.o smc_pnet.o smc_ib.o smc_clc.o smc_core.o smc_wr.o smc_llc.o
      6smc-y += smc_cdc.o smc_tx.o smc_rx.o smc_close.o smc_ism.o smc_netlink.o smc_stats.o
      7smc-y += smc_tracepoint.o
      8smc-$(CONFIG_SYSCTL) += smc_sysctl.o