GNU Linux-libre 4.4.284-gnu1
[releases.git] / tools / testing / selftests / powerpc / mm / Makefile
1 noarg:
2         $(MAKE) -C ../
3
4 TEST_PROGS := hugetlb_vs_thp_test subpage_prot
5 TEST_FILES := tempfile
6
7 all: $(TEST_PROGS) $(TEST_FILES)
8
9 $(TEST_PROGS): ../harness.c
10
11 include ../../lib.mk
12
13 tempfile:
14         dd if=/dev/zero of=tempfile bs=64k count=1
15
16 clean:
17         rm -f $(TEST_PROGS) tempfile