summaryrefslogtreecommitdiff
path: root/Makefile.inc
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2015-12-13 19:24:59 -0500
committerAnas Nashif <anas.nashif@intel.com>2016-02-05 20:25:11 -0500
commit1cfc5b3f6f3999d2dfa2250837fdc00f826b8a18 (patch)
treeb5898dfe71a3cee3e18ec20cb85838a5ee21c47d /Makefile.inc
parentc092265792b258d74dc72ae13b913f4deb3a2585 (diff)
Move defconfig files to the board directory
This commit also renames boards and makes naming consistent between board name and defconfig files. quark_d2000_reference -> quark_d2000_crb quark_se_test_sss -> quark_se_sss_ctb quark_se_test -> quark_se_ctb Change-Id: Ibe6a5102edb987fe1d6ce32c8c392a87d45d6951 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc b/Makefile.inc
index f9028749c..cd88c6279 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -19,7 +19,7 @@ KERNEL_TYPE = micro
endif
ifdef BOARD
-KBUILD_DEFCONFIG_PATH=$(ZEPHYR_BASE)/configs/$(BOARD)_defconfig
+KBUILD_DEFCONFIG_PATH=$(ZEPHYR_BASE)/boards/$(BOARD)/$(BOARD)_defconfig
export KBUILD_DEFCONFIG_PATH
else
$(error BOARD is not defined!)