summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-03-23 20:26:59 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-03-23 20:26:59 +0100
commitf7e6a4b831113cc7ef468c420ec43062fc608826 (patch)
tree0920119aa81656b8e56183cc7f78d3d0c804b16d /Makefile
parent58daf92f7ee2d86b3606d966a613c061e148af3d (diff)
downloadembtoolkit-f7e6a4b831113cc7ef468c420ec43062fc608826.tar.gz
embtoolkit-f7e6a4b831113cc7ef468c420ec43062fc608826.tar.bz2
embtoolkit-f7e6a4b831113cc7ef468c420ec43062fc608826.tar.xz
Tweak a little main makefile
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile16
1 files changed, 10 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 6e8b9a0..bdf7d99 100644
--- a/Makefile
+++ b/Makefile
@@ -96,6 +96,15 @@ endif
export Q
#
+# Include our config if any
+#
+-include .config
+
+EMBTK_BUILD := $(if $(CONFIG_EMBTK_DOTCONFIG),startbuild,xconfig)
+
+All: $(EMBTK_BUILD)
+
+#
# Performance hack
#
MAKEFLAGS += --no-builtin-rules --no-builtin-variables
@@ -113,13 +122,8 @@ SUFFIXES :=
%.kconfig: ;
#
-# Include our config if any
+# Build system makefiles
#
--include .config
-
-EMBTK_BUILD := $(if $(CONFIG_EMBTK_DOTCONFIG),startbuild,xconfig)
-
-All: $(EMBTK_BUILD)
include core/mk/macros.mk
include core/mk/targetsys.mk