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 v5.7-rc7 7 lines 180 B view raw
1TEST_GEN_PROGS := timens timerfd timer clock_nanosleep procfs exec 2TEST_GEN_PROGS_EXTENDED := gettime_perf 3 4CFLAGS := -Wall -Werror -pthread 5LDLIBS := -lrt -ldl 6 7include ../lib.mk