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


      1# SPDX-License-Identifier: GPL-2.0
      2
      3TEST_PROGS_EXTENDED := functions.sh
      4TEST_PROGS := \
      5	test-livepatch.sh \
      6	test-callbacks.sh \
      7	test-shadow-vars.sh \
      8	test-state.sh \
      9	test-ftrace.sh
     10
     11TEST_FILES := settings
     12
     13include ../lib.mk