summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-01-08 02:38:13 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-01-08 02:38:13 +0100
commitbdcf122efd75c62bb88d810c384333edfccb7299 (patch)
tree73f7fa00e9d74f8099ac2e3de3bdb6e35dca6032 /Makefile
parent960860c98a0db98781da3e912f2c8e3e3c3354ae (diff)
downloadembtoolkit-bdcf122efd75c62bb88d810c384333edfccb7299.tar.gz
embtoolkit-bdcf122efd75c62bb88d810c384333edfccb7299.tar.bz2
embtoolkit-bdcf122efd75c62bb88d810c384333edfccb7299.tar.xz
Build system: toolchain.mk little tweak
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 69e0a2a..0150714 100644
--- a/Makefile
+++ b/Makefile
@@ -82,9 +82,9 @@ EMBTK_BUILD := $(if $(CONFIG_EMBTK_DOTCONFIG),startbuild,xconfig)
All: $(EMBTK_BUILD)
-include mk/buildsystem.mk
include mk/macros.mk
include mk/target-mcu.mk
+include mk/buildsystem.mk
include mk/toolchain.mk
include mk/packages.mk
include mk/rootfs.mk