Makefile 333 字节
Newer Older
1
# SPDX-License-Identifier: GPL-2.0
2 3 4
noarg:
	$(MAKE) -C ../

5
TEST_GEN_PROGS := hugetlb_vs_thp_test subpage_prot prot_sao segv_errors
6
TEST_GEN_FILES := tempfile
7

8
top_srcdir = ../../../../..
9
include ../../lib.mk
10

11
$(TEST_GEN_PROGS): ../harness.c
12

13
$(OUTPUT)/prot_sao: ../utils.c
14

15 16
$(OUTPUT)/tempfile:
	dd if=/dev/zero of=$@ bs=64k count=1
17