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.

genksyms: fix stale comment

(shipped source) is a stale comment.

Since commit 833e62245943 ("genksyms: generate lexer and parser during
build instead of shipping"), there is no source file to be shipped in
this directory.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>

+1 -1
+1 -1
scripts/genksyms/Makefile
··· 22 22 23 23 endif 24 24 25 - # -I needed for generated C source (shipped source) 25 + # -I needed for generated C source to include headers in source tree 26 26 HOSTCFLAGS_parse.tab.o := -I $(srctree)/$(src) 27 27 HOSTCFLAGS_lex.lex.o := -I $(srctree)/$(src) 28 28