summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2021-04-24 21:08:29 +0900
committerMasahiro Yamada <masahiroy@kernel.org>2021-05-02 00:43:34 +0900
commit382243f346416f5ed14cc2517d8a3947bf25d628 (patch)
tree83e7ec5b63bd6cb64d24a806424fa3e69cc43617 /scripts
parent3787b7da5d3e2c849fe8ffed987922a4e6dd6cfd (diff)
downloadlinux-382243f346416f5ed14cc2517d8a3947bf25d628.tar.gz
linux-382243f346416f5ed14cc2517d8a3947bf25d628.tar.xz
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>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/genksyms/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/genksyms/Makefile b/scripts/genksyms/Makefile
index ce4f99935de5..d6a422a63b6a 100644
--- a/scripts/genksyms/Makefile
+++ b/scripts/genksyms/Makefile
@@ -22,7 +22,7 @@ $(obj)/pars%.tab.c $(obj)/pars%.tab.h: $(src)/pars%.y FORCE
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_lex.lex.o := -I $(srctree)/$(src)