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


      1# SPDX-License-Identifier: GPL-2.0
      2# Makefile for damon selftests
      3
      4TEST_GEN_FILES += huge_count_read_write
      5
      6TEST_FILES = _chk_dependency.sh _debugfs_common.sh
      7TEST_PROGS = debugfs_attrs.sh debugfs_schemes.sh debugfs_target_ids.sh
      8TEST_PROGS += debugfs_empty_targets.sh debugfs_huge_count_read_write.sh
      9TEST_PROGS += sysfs.sh
     10
     11include ../lib.mk