summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2015-06-29 14:44:37 -0700
committerStefan Reinauer <stefan.reinauer@coreboot.org>2015-06-30 18:53:54 +0200
commitde60c8899680f362a908d68efe9e4154ab3380be (patch)
treedada6de2906beb402a2301d8a2033698b7f789d3
parentc8144f96ab8b936d9058c01eb39cb56aa89224ff (diff)
downloadcoreboot-staging-de60c8899680f362a908d68efe9e4154ab3380be.zip
coreboot-staging-de60c8899680f362a908d68efe9e4154ab3380be.tar.gz
Makefile: Use variables defined for Kconfig
Change-Id: I72df5fef187e12d1c3c2409449dc9d9b7b80a5e2 Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-on: http://review.coreboot.org/10709 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
-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