Home | History | Annotate | Download | only in mm
      1 noarg:
      2 	$(MAKE) -C ../
      3 
      4 TEST_GEN_PROGS := hugetlb_vs_thp_test subpage_prot prot_sao
      5 TEST_GEN_FILES := tempfile
      6 
      7 include ../../lib.mk
      8 
      9 $(TEST_GEN_PROGS): ../harness.c
     10 
     11 $(OUTPUT)/prot_sao: ../utils.c
     12 
     13 $(OUTPUT)/tempfile:
     14 	dd if=/dev/zero of=$@ bs=64k count=1
     15 
     16