From 1f670483bff9e7a588fe90a7ec98b8950c1c13de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 11 Apr 2015 13:19:20 +0200 Subject: parse_kconfig output executable name changed from parser to parse --- scripts/parse_kconfig/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/parse_kconfig/Makefile') diff --git a/scripts/parse_kconfig/Makefile b/scripts/parse_kconfig/Makefile index f582673..2988482 100644 --- a/scripts/parse_kconfig/Makefile +++ b/scripts/parse_kconfig/Makefile @@ -1,7 +1,7 @@ .PHONY: all clean .SUFFIXES: -all: parser +all: parse KCONFIG_PREFIX = ../shared/kconfig include $(KCONFIG_PREFIX)/files.mk @@ -12,7 +12,7 @@ SRC = parser.c \ output.c CFLAGS = -O0 -w -ggdb -parser: $(SRC) $(KCONFIG_SRC) +parse: $(SRC) $(KCONFIG_SRC) gcc $(CFLAGS) -o $@ $^ -I$(KCONFIG_PREFIX) clean:: -- cgit v1.2.3