summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-12-08 01:34:36 +0000
committerwdenk <wdenk>2003-12-08 01:34:36 +0000
commit4e5ca3eb670460cd5ad9b07fa4aafc0dee6178be (patch)
tree445ad34577e02b219f118c8825ad5815c3229541 /Makefile
parent9fd5e31fe0245c44a11d35a8603bb6b25c97b5c8 (diff)
downloadtalos-obmc-uboot-4e5ca3eb670460cd5ad9b07fa4aafc0dee6178be.tar.gz
talos-obmc-uboot-4e5ca3eb670460cd5ad9b07fa4aafc0dee6178be.zip
* Patch by Bernhard Kuhn, 28 Nov 2003:
add support for Coldfire CPU add support for Motorola M5272C3 and M5282EVB boards
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5defc8772d..6af2665307 100644
--- a/Makefile
+++ b/Makefile
@@ -72,6 +72,9 @@ endif
ifeq ($(ARCH),nios)
CROSS_COMPILE = nios-elf-
endif
+ifeq ($(ARCH),m68k)
+CROSS_COMPILE = m68k-elf-
+endif
endif
endif
@@ -802,6 +805,19 @@ TQM8265_AA_config: unconfig
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
#########################################################################
OpenPOWER on IntegriCloud