Merge tag 'for-linus-20181019' of git://git.kernel.dk/linux-block
[linux-2.6-block.git] / tools / testing / selftests / powerpc / mm / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
d34b661b
ME
2noarg:
3 $(MAKE) -C ../
4
6ed36158 5TEST_GEN_PROGS := hugetlb_vs_thp_test subpage_prot prot_sao segv_errors
88baa78d 6TEST_GEN_FILES := tempfile
d34b661b 7
7e0cf1c9 8top_srcdir = ../../../../..
88baa78d 9include ../../lib.mk
d34b661b 10
88baa78d 11$(TEST_GEN_PROGS): ../harness.c
d34b661b 12
a8ba798b 13$(OUTPUT)/prot_sao: ../utils.c
24af8c5a 14
a8ba798b 15$(OUTPUT)/tempfile:
16 dd if=/dev/zero of=$@ bs=64k count=1
3776c209 17