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 v6.19-rc2 11 lines 243 B view raw
1# SPDX-License-Identifier: GPL-2.0 2 3top_srcdir = ../../../../.. 4 5CFLAGS += -Wall -Wl,--no-as-needed -O2 -g -I$(top_srcdir)/usr/include $(KHDR_INCLUDES) 6 7TEST_PROGS := test_raw_filter.sh 8 9TEST_GEN_FILES := test_raw_filter 10 11include ../../lib.mk