diff options
author | Karel Kočí <cynerd@email.cz> | 2015-05-04 22:50:48 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2015-05-04 22:50:48 +0200 |
commit | bb3fc589961d155bd7cabd3c695f726b69136c14 (patch) | |
tree | 85d189b9efe38713223cc5d9069f91b38884cfcc /scripts/parse_kconfig | |
parent | e071f89c68780edb211e5e95e52dabdd2d1357fe (diff) | |
download | linux-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/parse_kconfig')
-rw-r--r-- | scripts/parse_kconfig/Makefile | 2 |
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 |