summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Thompson <daniel.thompson@linaro.org>2016-11-08 22:17:36 +0000
committerAnas Nashif <nashif@linux.intel.com>2016-11-10 23:19:31 +0000
commit4f0c6f47d618391b66539ff8ced9a23e4f107e70 (patch)
treebf45ecabc229869c1c61a543279632bf417203f9 /Makefile
parent445830dcec02e5282e408edd9f650a77e61cdc6e (diff)
build: Minor tidy up of outputexports
These changes act upon outstanding review comments when commit 90f6ae15324b ("build: Support for integrating third party build systems") was merged. See https://gerrit.zephyrproject.org/r/#/c/4915/ for the comments. Change-Id: I6b7287355f40658e47b94a8a7854776c173a7796 Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 83044fe31..35ae41edb 100644
--- a/Makefile
+++ b/Makefile
@@ -421,8 +421,8 @@ define filechk_Makefile.export
(echo "# file is auto-generated, do not modify !"; \
echo "BOARD=$(BOARD)"; \
echo; \
- $(foreach e,$(exports),echo $(e)=$($e);) echo; \
- echo "include $(O)/.config";)
+ $(foreach e,$(exports),echo $(e)=$($(e));) echo; \
+ echo "include $(O)/include/config/auto.conf";)
endef
# Files to ignore in find ... statements