Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.12 15 lines 258 B view raw
1noarg: 2 $(MAKE) -C ../ 3 4TEST_GEN_PROGS := hugetlb_vs_thp_test subpage_prot prot_sao 5TEST_GEN_FILES := tempfile 6 7include ../../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