From f9a646a81d90b64ee83db7bb8c5a4ac2c4402298 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 1 May 2015 21:51:49 +0200 Subject: Add DEBUG and Wall to parse_kconfig --- scripts/parse_kconfig/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts/parse_kconfig/Makefile') diff --git a/scripts/parse_kconfig/Makefile b/scripts/parse_kconfig/Makefile index 4b8a538..9cc87d1 100644 --- a/scripts/parse_kconfig/Makefile +++ b/scripts/parse_kconfig/Makefile @@ -11,9 +11,10 @@ SRC = parse.c \ boolexpr.c \ cnfbuild.c \ symlist.c \ + doutput.c \ output.c OBJ = $(patsubst %.c,%.o,$(SRC)) -CFLAGS = -O0 -w -ggdb +CFLAGS = -O0 -Wall -ggdb -DDEBUG INCLUDES = -I../shared %.o: %.c -- cgit v1.2.3