* Patch by Bernhard Kuhn, 28 Nov 2003:
add support for Coldfire CPU
add support for Motorola M5272C3 and M5282EVB boards
diff --git a/Makefile b/Makefile
index 5defc87..6af2665 100644
--- a/Makefile
+++ b/Makefile
@@ -72,8 +72,11 @@
ifeq ($(ARCH),nios)
CROSS_COMPILE = nios-elf-
endif
+ifeq ($(ARCH),m68k)
+CROSS_COMPILE = m68k-elf-
endif
endif
+endif
export CROSS_COMPILE
@@ -802,6 +805,19 @@
ZPC1900_config: unconfig
@./mkconfig $(@:_config=) ppc mpc8260 zpc1900
+#========================================================================
+# M68K
+#========================================================================
+#########################################################################
+## Coldfire
+#########################################################################
+
+M5272C3_config : unconfig
+ @./mkconfig $(@:_config=) m68k coldfire m5272c3
+
+M5282EVB_config : unconfig
+ @./mkconfig $(@:_config=) m68k coldfire m5282evb
+
#########################################################################
## MPC85xx Systems
#########################################################################