summaryrefslogtreecommitdiff
path: root/mk/target-mcu.mk
diff options
context:
space:
mode:
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
-
-