aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-x[-rw-r--r--]tools/kconfig/build.mk (renamed from tools/kconfig/Makefile)4
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/kconfig/Makefile b/tools/kconfig/build.mk
index b7dd104..060dd99 100644..100755
--- a/tools/kconfig/Makefile
+++ b/tools/kconfig/build.mk
@@ -1,4 +1,4 @@
-include ../../Makefile.config
+#!../../mach
HOSTTARGETBIN += conf mconf
@@ -16,8 +16,6 @@ mconf.SRCS := ${parser_srcs} ${lxdiag_srcs} mconf.c
HOST_CFLAGS := -D_GNU_SOURCE $(shell pkg-config --cflags ncursesw)
HOST_LDFLAGS := $(shell pkg-config --libs ncursesw)
-include ../../rules.mk
-
%.tab.c: %.y
bison --header --debug $<