summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-10-06 19:14:02 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-10-06 19:14:02 +0200
commita82460f03be841c19074d10a4bc0df9c8f2907b3 (patch)
tree4e8c85907bdfd9d770eb1f1892b24106d90f86eb /Makefile
parent7e248f0cbb04d705cbaf8bc180098bb59e67c4c6 (diff)
downloadembtoolkit-a82460f03be841c19074d10a4bc0df9c8f2907b3.tar.gz
embtoolkit-a82460f03be841c19074d10a4bc0df9c8f2907b3.tar.bz2
embtoolkit-a82460f03be841c19074d10a4bc0df9c8f2907b3.tar.xz
Build system: move define of embtk_os and embtk_clib in targetsys.mk
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 475417b..abe15dd 100644
--- a/Makefile
+++ b/Makefile
@@ -83,6 +83,7 @@ EMBTK_BUILD := $(if $(CONFIG_EMBTK_DOTCONFIG),startbuild,xconfig)
All: $(EMBTK_BUILD)
include mk/macros.mk
+include mk/targetsys.mk
include mk/target-mcu.mk
include mk/buildsystem.mk
include mk/toolchain.mk