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


      1# SPDX-License-Identifier: GPL-2.0
      2
      3CFLAGS = -g -Wall -O2 -D_FORTIFY_SOURCE=2
      4CFLAGS += $(KHDR_INCLUDES)
      5
      6TEST_GEN_PROGS := resctrl_tests
      7
      8include ../lib.mk
      9
     10$(OUTPUT)/resctrl_tests: $(wildcard *.c)