blob: d5633783c82e03c784d8cebbbc8ecdfb5f36b33b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
noarg:
$(MAKE) -C ../
TEST_GEN_PROGS := hugetlb_vs_thp_test subpage_prot prot_sao
TEST_GEN_FILES := tempfile
include ../../lib.mk
$(TEST_GEN_PROGS): ../harness.c
prot_sao: ../utils.c
tempfile:
dd if=/dev/zero of=tempfile bs=64k count=1
|