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 v6.15 7 lines 135 B view raw
1# SPDX-LICENSE-IDENTIFIER: GPL-2.0-only 2TEST_GEN_PROGS := ntsync 3 4CFLAGS += $(KHDR_INCLUDES) 5LDLIBS += -lpthread 6 7include ../../lib.mk