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


      1# SPDX-License-Identifier: GPL-2.0
      2# Any varying coverage in these files is non-deterministic
      3# and is generally not a function of system call inputs.
      4KCOV_INSTRUMENT := n
      5
      6ifeq ($(CONFIG_KCSAN),y)
      7KBUILD_CFLAGS += -g -fno-omit-frame-pointer
      8endif
      9
     10obj-y += update.o sync.o
     11obj-$(CONFIG_TREE_SRCU) += srcutree.o
     12obj-$(CONFIG_TINY_SRCU) += srcutiny.o
     13obj-$(CONFIG_RCU_TORTURE_TEST) += rcutorture.o
     14obj-$(CONFIG_RCU_SCALE_TEST) += rcuscale.o
     15obj-$(CONFIG_RCU_REF_SCALE_TEST) += refscale.o
     16obj-$(CONFIG_TREE_RCU) += tree.o
     17obj-$(CONFIG_TINY_RCU) += tiny.o
     18obj-$(CONFIG_RCU_NEED_SEGCBLIST) += rcu_segcblist.o