summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index aa9ccf9..85a10c0 100644
--- a/Makefile
+++ b/Makefile
@@ -93,7 +93,7 @@ all: real-all
# This include must come _before_ the pattern rules below!
# Order _does_ matter for pattern rules.
-include util/kconfig/Makefile
+include $(srck)/Makefile
# Three cases where we don't need fully populated $(obj) lists:
# 1. when no .config exists
@@ -248,7 +248,7 @@ printall:
endif
ifndef NOMKDIR
-$(shell mkdir -p $(KCONFIG_SPLITCONFIG) $(objutil)/kconfig/lxdialog $(additional-dirs) $(alldirs))
+$(shell mkdir -p $(KCONFIG_SPLITCONFIG) $(objk)/lxdialog $(additional-dirs) $(alldirs))
endif
cscope:
OpenPOWER on IntegriCloud