License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[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
88baa78d 5TEST_GEN_PROGS := hugetlb_vs_thp_test subpage_prot prot_sao
6TEST_GEN_FILES := tempfile
d34b661b 7
88baa78d 8include ../../lib.mk
d34b661b 9
88baa78d 10$(TEST_GEN_PROGS): ../harness.c
d34b661b 11
a8ba798b 12$(OUTPUT)/prot_sao: ../utils.c
24af8c5a 13
a8ba798b 14$(OUTPUT)/tempfile:
15 dd if=/dev/zero of=$@ bs=64k count=1
3776c209 16