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


      1# SPDX-License-Identifier: GPL-2.0
      2CFLAGS += -O3 -Wl,-no-as-needed -Wall
      3LDLIBS += -lrt -lpthread -lm
      4
      5TEST_GEN_PROGS = rtctest
      6
      7TEST_GEN_PROGS_EXTENDED = setdate
      8
      9TEST_FILES := settings
     10
     11include ../lib.mk