Commit 6b19e7e4 authored by Arnaud Lacombe's avatar Arnaud Lacombe

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

Signed-off-by: default avatarArnaud Lacombe <lacombar@gmail.com>
parent 45c47d96
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment