summaryrefslogtreecommitdiff
path: root/mk/target-mcu.mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-03-24 13:04:28 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-03-24 13:04:28 +0100
commitb7556f14725846fc5412b9495ebc5861fe102dc7 (patch)
tree358c02ec8952e0529ed8e5bcc6c04508d9f861eb /mk/target-mcu.mk
parent869e68d0d52ac44af2400d53b00cfcbfdec4dac9 (diff)
downloadembtoolkit-b7556f14725846fc5412b9495ebc5861fe102dc7.tar.gz
embtoolkit-b7556f14725846fc5412b9495ebc5861fe102dc7.tar.bz2
embtoolkit-b7556f14725846fc5412b9495ebc5861fe102dc7.tar.xz
Toolchain: move different supported arch in their own directory
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'mk/target-mcu.mk')
-rw-r--r--mk/target-mcu.mk8
1 files changed, 3 insertions, 5 deletions
diff --git a/mk/target-mcu.mk b/mk/target-mcu.mk
index cb4c3b5..5b5daf3 100644
--- a/mk/target-mcu.mk
+++ b/mk/target-mcu.mk
@@ -1,6 +1,6 @@
################################################################################
# Embtoolkit
-# Copyright(C) 2009-2011 Abdoulaye Walsimou GAYE.
+# Copyright(C) 2009-2012 Abdoulaye Walsimou GAYE.
#
# This program is free software; you can distribute it and/or modify it
# under the terms of the GNU General Public License
@@ -25,14 +25,12 @@
#ARM
ifeq ($(CONFIG_EMBTK_ARCH_ARM),y)
-include $(EMBTK_ROOT)/mk/arm-arch.mk
+include $(EMBTK_ROOT)/mk/arch/arm/arm.mk
endif
#M68K
#MIPS
ifeq ($(CONFIG_EMBTK_ARCH_MIPS),y)
-include $(EMBTK_ROOT)/mk/mips-arch.mk
+include $(EMBTK_ROOT)/mk/arch/mips/mips.mk
endif
-
-