]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - tools/testing/selftests/powerpc/mm/Makefile
41cc3ed66818bffa72d3bfffcbdecb44123c6ffc
[karo-tx-linux.git] / tools / testing / selftests / powerpc / mm / Makefile
1 noarg:
2         $(MAKE) -C ../
3
4 TEST_PROGS := hugetlb_vs_thp_test subpage_prot
5
6 all: $(TEST_PROGS) tempfile
7
8 $(TEST_PROGS): ../harness.c
9
10 include ../../lib.mk
11
12 tempfile:
13         dd if=/dev/zero of=tempfile bs=64k count=1
14
15 clean:
16         rm -f $(TEST_PROGS) tempfile