Makefile (ec57e2f0acb01710cd465bc04495ed03a9e0fea1) | Makefile (b7683fc66eba91674e52c30f4d8e596bfb5cbcf4) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2noarg: 3 $(MAKE) -C ../ 4 | 1# SPDX-License-Identifier: GPL-2.0 2noarg: 3 $(MAKE) -C ../ 4 |
5TEST_GEN_PROGS := hugetlb_vs_thp_test subpage_prot prot_sao segv_errors | 5TEST_GEN_PROGS := hugetlb_vs_thp_test subpage_prot prot_sao segv_errors wild_bctr |
6TEST_GEN_FILES := tempfile 7 8top_srcdir = ../../../../.. 9include ../../lib.mk 10 11$(TEST_GEN_PROGS): ../harness.c 12 13$(OUTPUT)/prot_sao: ../utils.c 14 | 6TEST_GEN_FILES := tempfile 7 8top_srcdir = ../../../../.. 9include ../../lib.mk 10 11$(TEST_GEN_PROGS): ../harness.c 12 13$(OUTPUT)/prot_sao: ../utils.c 14 |
15$(OUTPUT)/wild_bctr: CFLAGS += -m64 16 |
|
15$(OUTPUT)/tempfile: 16 dd if=/dev/zero of=$@ bs=64k count=1 17 | 17$(OUTPUT)/tempfile: 18 dd if=/dev/zero of=$@ bs=64k count=1 19 |