projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45c47d9
)
genksyms: drop -Wno-uninitialized from HOSTCFLAGS_parse.tab.o
author
Arnaud Lacombe
<lacombar@gmail.com>
Tue, 7 Jun 2011 22:09:02 +0000
(18:09 -0400)
committer
Arnaud Lacombe
<lacombar@gmail.com>
Thu, 9 Jun 2011 18:04:40 +0000
(14:04 -0400)
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
scripts/genksyms/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/scripts/genksyms/Makefile
b/scripts/genksyms/Makefile
index 13d03cf05d95115571839e2c791fc87fa1c9612a..5cdba24b14120cf22e47ecf06da0914fa750c502 100644
(file)
--- 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