Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v4.2 10 lines 149 B view raw
1TEST_PROGS := seccomp_bpf 2CFLAGS += -Wl,-no-as-needed -Wall 3LDFLAGS += -lpthread 4 5all: $(TEST_PROGS) 6 7include ../lib.mk 8 9clean: 10 $(RM) $(TEST_PROGS)