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


      1# SPDX-License-Identifier: GPL-2.0-or-later
      2
      3CFLAGS += -Wall -O2 -g -fsanitize=address -fsanitize=undefined
      4TEST_GEN_PROGS := openat2_test resolve_test rename_attack_test
      5
      6include ../lib.mk
      7
      8$(TEST_GEN_PROGS): helpers.c helpers.h