]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - MAKEALL
Add MCF5282 support (without preloader)
[karo-tx-uboot.git] / MAKEALL
diff --git a/MAKEALL b/MAKEALL
index d388afa90975f4a8c31435a139a45222e5a15530..d3bd0325d4db54efacd5717dac9f4f6f72619f17 100755 (executable)
--- a/MAKEALL
+++ b/MAKEALL
@@ -273,6 +273,17 @@ LIST_nios2="PCI5441 PK1C20"
 
 LIST_microblaze="suzaku"
 
+#########################################################################
+## M68K Systems
+#########################################################################
+
+LIST_m68k="\
+       cobra5272 \
+       EB+MCF-EV123 EB+MCF-EV123_internal \
+       M5272C3 M5282EVB \
+       TASREG \
+"
+
 #-----------------------------------------------------------------------
 
 #----- for now, just run PPC by default -----
@@ -286,7 +297,7 @@ build_target() {
        ${MAKE} distclean >/dev/null
        ${MAKE} ${target}_config
        ${MAKE} ${JOBS} all 2>&1 >LOG/$target.MAKELOG | tee LOG/$target.ERR
-       ${CROSS_COMPILE:-ppc_8xx-}size u-boot | tee -a LOG/$target.MAKELOG
+#      ${CROSS_COMPILE:-ppc_8xx-}size u-boot | tee -a LOG/$target.MAKELOG
 }
 
 #-----------------------------------------------------------------------
@@ -300,6 +311,7 @@ do
        microblaze| \
        mips|mips_el| \
        nios|nios2| \
+       m68k| \
        x86|I486)
                        for target in `eval echo '$LIST_'${arg}`
                        do