Makefile 380 B

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