aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/genksyms
diff options
context:
space:
mode:
authorArnaud Lacombe <lacombar@gmail.com>2011-06-07 18:09:02 -0400
committerArnaud Lacombe <lacombar@gmail.com>2011-06-09 14:04:40 -0400
commit6b19e7e49e6d4ce123c16a6b069916045cab9fa0 (patch)
tree6d72491b47bd5fe2fcb1e4cf038a0257046aaabd /scripts/genksyms
parentgenksyms: pass hash and lookup functions name and target language though the input file (diff)
downloadlinux-dev-6b19e7e49e6d4ce123c16a6b069916045cab9fa0.tar.xz
linux-dev-6b19e7e49e6d4ce123c16a6b069916045cab9fa0.zip
genksyms: drop -Wno-uninitialized from HOSTCFLAGS_parse.tab.o
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
Diffstat (limited to 'scripts/genksyms')
-rw-r--r--scripts/genksyms/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/genksyms/Makefile b/scripts/genksyms/Makefile
index 13d03cf05d95..5cdba24b1412 100644
--- a/scripts/genksyms/Makefile
+++ b/scripts/genksyms/Makefile
@@ -5,7 +5,7 @@ always := $(hostprogs-y)
genksyms-objs := genksyms.o parse.o lex.o
# -I needed for generated C source (shipped source)
-HOSTCFLAGS_parse.o := -Wno-uninitialized -I$(src)
+HOSTCFLAGS_parse.tab.o := -I$(src)
# dependencies on generated files need to be listed explicitly
$(obj)/lex.o: $(obj)/parse.h $(obj)/keywords.c