Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1top_srcdir := ../../../../..
2include $(top_srcdir)/scripts/Makefile.compiler
3
4cc-option = $(call __cc-option, $(CC),,$(1),$(2))
5
6CFLAGS += $(KHDR_INCLUDES) -Wall $(call cc-option,-Wflex-array-member-not-at-end)
7
8TEST_GEN_PROGS := \
9 diag_uid \
10 msg_oob \
11 scm_inq \
12 scm_pidfd \
13 scm_rights \
14 so_peek_off \
15 unix_connect \
16 unix_connreset \
17# end of TEST_GEN_PROGS
18
19include ../../lib.mk