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.13-rc7 10 lines 141 B view raw
1TEST_PROGS := cache_shape 2 3all: $(TEST_PROGS) 4 5$(TEST_PROGS): ../harness.c ../utils.c 6 7include ../../lib.mk 8 9clean: 10 rm -f $(TEST_PROGS) *.o