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


      1# SPDX-License-Identifier: GPL-2.0
      2CFLAGS += -Wl,-no-as-needed -Wall -isystem ../../../../usr/include/
      3LDFLAGS += -lpthread
      4LDLIBS += -lcap
      5
      6TEST_GEN_PROGS := seccomp_bpf seccomp_benchmark
      7include ../lib.mk