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


      1# SPDX-License-Identifier: GPL-2.0
      2all:
      3
      4include ../lib.mk
      5
      6TEST_PROGS := mem-on-off-test.sh
      7
      8run_full_test:
      9	@/bin/bash ./mem-on-off-test.sh -r 10 && echo "memory-hotplug selftests: [PASS]" || echo "memory-hotplug selftests: [FAIL]"
     10
     11clean: