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


      1# SPDX-License-Identifier: GPL-2.0
      2CFLAGS += -Wl,-no-as-needed -Wall -I../../../../usr/include
      3LDLIBS += -lrt -lpthread -lm
      4
      5TEST_GEN_PROGS = ftrace_test dyn_test perf_test
      6
      7TEST_FILES := settings
      8
      9include ../lib.mk