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-rc4 8 lines 97 B view raw
1TEST_PROGS := watchdog-test 2 3all: $(TEST_PROGS) 4 5include ../lib.mk 6 7clean: 8 rm -fr $(TEST_PROGS)