mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 16:13:19 +09:00
genksyms: fix stale comment
(shipped source) is a stale comment.
Since commit 833e622459 ("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>
This commit is contained in:
@@ -22,7 +22,7 @@ $(obj)/pars%.tab.c $(obj)/pars%.tab.h: $(src)/pars%.y FORCE
|
|||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# -I needed for generated C source (shipped source)
|
# -I needed for generated C source to include headers in source tree
|
||||||
HOSTCFLAGS_parse.tab.o := -I $(srctree)/$(src)
|
HOSTCFLAGS_parse.tab.o := -I $(srctree)/$(src)
|
||||||
HOSTCFLAGS_lex.lex.o := -I $(srctree)/$(src)
|
HOSTCFLAGS_lex.lex.o := -I $(srctree)/$(src)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user