aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-05-04 22:50:48 +0200
committerKarel Kočí <cynerd@email.cz>2015-05-04 22:50:48 +0200
commitbb3fc589961d155bd7cabd3c695f726b69136c14 (patch)
tree85d189b9efe38713223cc5d9069f91b38884cfcc /scripts
parente071f89c68780edb211e5e95e52dabdd2d1357fe (diff)
downloadlinux-conf-perf-bb3fc589961d155bd7cabd3c695f726b69136c14.tar.gz
linux-conf-perf-bb3fc589961d155bd7cabd3c695f726b69136c14.tar.bz2
linux-conf-perf-bb3fc589961d155bd7cabd3c695f726b69136c14.zip
Small change in parse_kconfig Makefile
Hide warnings. I am not going to solve them now.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/parse_kconfig/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/parse_kconfig/Makefile b/scripts/parse_kconfig/Makefile
index 9cc87d1..a6d0ee7 100644
--- a/scripts/parse_kconfig/Makefile
+++ b/scripts/parse_kconfig/Makefile
@@ -14,7 +14,7 @@ SRC = parse.c \
doutput.c \
output.c
OBJ = $(patsubst %.c,%.o,$(SRC))
-CFLAGS = -O0 -Wall -ggdb -DDEBUG
+CFLAGS = -O0 -w -ggdb -DDEBUG
INCLUDES = -I../shared
%.o: %.c