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


      1# SPDX-License-Identifier: GPL-2.0
      2CFLAGS += -m64
      3
      4TEST_GEN_PROGS := mmcr0_exceptionbits_test mmcr0_cc56run_test mmcr0_pmccext_test \
      5		   mmcr0_pmcjce_test mmcr0_fc56_pmc1ce_test mmcr0_fc56_pmc56_test \
      6		   mmcr1_comb_test mmcr2_l2l3_test mmcr2_fcs_fch_test \
      7		   mmcr3_src_test mmcra_thresh_marked_sample_test
      8
      9top_srcdir = ../../../../../..
     10include ../../../lib.mk
     11
     12$(TEST_GEN_PROGS): ../../harness.c ../../utils.c ../event.c ../lib.c misc.c misc.h ../loop.S