Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / 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