From 745b4e28338ae1564c8e3fb2cc821723ab9752db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 11 Apr 2015 13:44:31 +0200 Subject: macros.h moved to shared folder --- scripts/parse_kconfig/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/parse_kconfig/Makefile') diff --git a/scripts/parse_kconfig/Makefile b/scripts/parse_kconfig/Makefile index 2988482..8547617 100644 --- a/scripts/parse_kconfig/Makefile +++ b/scripts/parse_kconfig/Makefile @@ -13,7 +13,7 @@ SRC = parser.c \ CFLAGS = -O0 -w -ggdb parse: $(SRC) $(KCONFIG_SRC) - gcc $(CFLAGS) -o $@ $^ -I$(KCONFIG_PREFIX) + gcc $(CFLAGS) -o $@ $^ -I../shared clean:: $(RM) parser -- cgit v1.2.3