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

Configure Feed

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

at v4.2 12 lines 164 B view raw
1CFLAGS += -I$(CURDIR) 2 3TEST_PROGS := load_unaligned_zeropad 4 5all: $(TEST_PROGS) 6 7$(TEST_PROGS): ../harness.c 8 9include ../../lib.mk 10 11clean: 12 rm -f $(TEST_PROGS) *.o