Commit 6b19e7e49e6d4ce123c16a6b069916045cab9fa0

Authored by Arnaud Lacombe
1 parent 45c47d9668

genksyms: drop -Wno-uninitialized from HOSTCFLAGS_parse.tab.o

Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

scripts/genksyms/Makefile
... ... @@ -5,7 +5,7 @@
5 5 genksyms-objs := genksyms.o parse.o lex.o
6 6  
7 7 # -I needed for generated C source (shipped source)
8   -HOSTCFLAGS_parse.o := -Wno-uninitialized -I$(src)
  8 +HOSTCFLAGS_parse.tab.o := -I$(src)
9 9  
10 10 # dependencies on generated files need to be listed explicitly
11 11 $(obj)/lex.o: $(obj)/parse.h $(obj)/keywords.c