]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - MAKEALL
uli526x: Fix multiple differ in signedness and parentheses around comparison
[karo-tx-uboot.git] / MAKEALL
diff --git a/MAKEALL b/MAKEALL
index 8fbb7928bafc423629b329e44bca5f7ccedea4e2..0e1c0cba98731c45e3bf869d3ddb910425269342 100755 (executable)
--- a/MAKEALL
+++ b/MAKEALL
@@ -46,6 +46,7 @@ LIST_5xxx="           \
        mcc200          \
        mecp5200        \
        motionpro       \
+       munices         \
        o2dnt           \
        pf5200          \
        PM520           \
@@ -177,6 +178,7 @@ LIST_4xx="          \
        DASA_SIM        \
        DP405           \
        DU405           \
+       DU440           \
        ebony           \
        ERIC            \
        EXBITGEN        \
@@ -282,6 +284,7 @@ LIST_8260="         \
        hymod           \
        IPHASE4539      \
        ISPAN           \
+       mgcoge          \
        MPC8260ADS      \
        MPC8266ADS      \
        MPC8272ADS      \
@@ -307,6 +310,7 @@ LIST_8260="         \
 LIST_83xx="            \
        MPC8313ERDB_33  \
        MPC8313ERDB_66  \
+       MPC8315ERDB     \
        MPC8323ERDB     \
        MPC832XEMDS     \
        MPC832XEMDS_ATM \
@@ -318,6 +322,7 @@ LIST_83xx="         \
        MPC8360ERDK_33  \
        MPC8360ERDK_66  \
        MPC837XEMDS     \
+       MPC837XERDB     \
        sbc8349         \
        TQM834x         \
 "
@@ -441,6 +446,7 @@ LIST_ARM7="         \
 #########################################################################
 
 LIST_ARM9="                    \
+       at91cap9adk             \
        at91rm9200dk            \
        cmc_pu2                 \
        ap920t                  \
@@ -454,6 +460,7 @@ LIST_ARM9="                 \
        cp946es                 \
        cp966                   \
        lpd7a400                \
+       m501sk                  \
        mp2usb                  \
        mx1ads                  \
        mx1fs2                  \
@@ -516,6 +523,10 @@ LIST_pxa="         \
 "
 
 LIST_ixp="             \
+       actux1          \
+       actux2          \
+       actux3          \
+       actux4          \
        ixdp425         \
        ixdpg425        \
        pdnb3           \
@@ -539,6 +550,7 @@ LIST_arm="          \
 
 LIST_mips4kc="         \
        incaip          \
+       qemu_mips       \
 "
 
 LIST_mips5kc="         \
@@ -639,14 +651,18 @@ LIST_coldfire="                   \
        EB+MCF-EV123            \
        EB+MCF-EV123_internal   \
        idmr                    \
+       M52277EVB               \
        M5235EVB                \
        M5249EVB                \
        M5253EVB                \
        M5271EVB                \
        M5272C3                 \
        M5282EVB                \
-       M5329EVB                \
+       M5329AFEE               \
+       M5373EVB                \
        M54455EVB               \
+       M5475AFE                \
+       M5485AFE                \
        r5200                   \
        TASREG                  \
 "
@@ -659,6 +675,7 @@ LIST_avr32="                \
        atstk1002       \
        atstk1003       \
        atstk1004       \
+       atngw100        \
 "
 
 #########################################################################
@@ -681,8 +698,9 @@ LIST_sh4="          \
        ms7722se        \
 "
 
-LIST_sh3=""
-
+LIST_sh3="             \
+       ms7720se        \
+"
 
 LIST_sh="              \
        ${LIST_sh3}     \
@@ -705,7 +723,7 @@ build_target() {
        ${MAKE} ${JOBS} all 2>&1 >${LOG_DIR}/$target.MAKELOG \
                                | tee ${LOG_DIR}/$target.ERR
 
-       ${CROSS_COMPILE:-ppc_8xx-}size ${BUILD_DIR}/u-boot \
+       ${CROSS_COMPILE}size ${BUILD_DIR}/u-boot \
                                | tee -a ${LOG_DIR}/$target.MAKELOG
 }