diff options
-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 |