1cffe54dccfb8a31f4b704756ce0e82b4393e38c
[sfrench/cifs-2.6.git] / tools / testing / selftests / powerpc / mm / Makefile
1 noarg:
2         $(MAKE) -C ../
3
4 TEST_GEN_PROGS := hugetlb_vs_thp_test subpage_prot prot_sao
5 TEST_GEN_FILES := tempfile
6
7 include ../../lib.mk
8
9 $(TEST_GEN_PROGS): ../harness.c
10
11 $(OUTPUT)/prot_sao: ../utils.c
12
13 $(OUTPUT)/tempfile:
14         dd if=/dev/zero of=$@ bs=64k count=1
15