From 3fb6326fc36c69aa0b66de4823b116d7c0a9486c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 1 May 2015 20:55:43 +0200 Subject: parse_kconfig rewriten parse_kconfig should now generate full dependency. It is not transforming whole expression to CNF, but only pairs. --- 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 98c8531..4b8a538 100644 --- a/scripts/parse_kconfig/Makefile +++ b/scripts/parse_kconfig/Makefile @@ -8,7 +8,8 @@ KCONFIG_PREFIX = ../shared/kconfig include $(KCONFIG_PREFIX)/files.mk SRC = parse.c \ - cnfexpr.c \ + boolexpr.c \ + cnfbuild.c \ symlist.c \ output.c OBJ = $(patsubst %.c,%.o,$(SRC)) -- cgit v1.2.3