Merge tag 'renesas-dt-fixes-for-v4.15' of https://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-microblaze.git] / tools / testing / selftests / powerpc / mm / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 noarg:
3         $(MAKE) -C ../
4
5 TEST_GEN_PROGS := hugetlb_vs_thp_test subpage_prot prot_sao
6 TEST_GEN_FILES := tempfile
7
8 include ../../lib.mk
9
10 $(TEST_GEN_PROGS): ../harness.c
11
12 $(OUTPUT)/prot_sao: ../utils.c
13
14 $(OUTPUT)/tempfile:
15         dd if=/dev/zero of=$@ bs=64k count=1
16