Merge with /home/hs/U-Boot/u-boot-dev
[oweals/u-boot.git] / MAKEALL
diff --git a/MAKEALL b/MAKEALL
index 28b6d9c3e4ed5e000bd928262fdad0326a96005d..6778b3bd26ba1e8724da863bba3bd0443123a1e0 100755 (executable)
--- a/MAKEALL
+++ b/MAKEALL
@@ -255,29 +255,38 @@ LIST_x86="${LIST_I486}"
 #########################################################################
 
 LIST_nios="    \
-       ADNPESC1 ADNPESC1_base_32                                       \
+       ADNPESC1                ADNPESC1_base_32                        \
        ADNPESC1_DNPEVA2_base_32                                        \
-       DK1C20 DK1C20_standard_32                                       \
-       DK1S10 DK1S10_standard_32 DK1S10_mtx_ldk_20                     \
+       DK1C20                  DK1C20_standard_32                      \
+       DK1S10                  DK1S10_standard_32 DK1S10_mtx_ldk_20    \
 "
 
 #########################################################################
 ## Nios-II Systems
 #########################################################################
 
-LIST_nios2="PCI5441 PK1C20 EP1C20 EP1S10 EP1S40"
+LIST_nios2="   \
+       EP1C20          EP1S10          EP1S40                          \
+       PCI5441         PK1C20                                          \
+"
 
 #########################################################################
 ## MicroBlaze Systems
 #########################################################################
 
-LIST_microblaze="suzaku"
+LIST_microblaze="      \
+       suzaku
+"
 
 #########################################################################
 ## ColdFire Systems
 #########################################################################
 
-LIST_coldfire="cobra5272 M5272C3 M5282EVB TASREG r5200 M5271EVB"
+LIST_coldfire="        \
+       cobra5272       EB+MCF-EV123    EB+MCF-EV123_internal           \
+       M5271EVB        M5272C3         M5282EVB        TASREG          \
+       r5200           M5271EVB                                        \
+"
 
 #-----------------------------------------------------------------------
 
@@ -292,7 +301,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
 }
 
 #-----------------------------------------------------------------------