]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - MAKEALL
make define2mk.sed work on FreeBSD
[karo-tx-uboot.git] / MAKEALL
diff --git a/MAKEALL b/MAKEALL
index a4384b9aa9729dc1c25657082e1a3b9c9d777bc4..0e1c0cba98731c45e3bf869d3ddb910425269342 100755 (executable)
--- a/MAKEALL
+++ b/MAKEALL
@@ -178,6 +178,7 @@ LIST_4xx="          \
        DASA_SIM        \
        DP405           \
        DU405           \
+       DU440           \
        ebony           \
        ERIC            \
        EXBITGEN        \
@@ -445,6 +446,7 @@ LIST_ARM7="         \
 #########################################################################
 
 LIST_ARM9="                    \
+       at91cap9adk             \
        at91rm9200dk            \
        cmc_pu2                 \
        ap920t                  \
@@ -458,6 +460,7 @@ LIST_ARM9="                 \
        cp946es                 \
        cp966                   \
        lpd7a400                \
+       m501sk                  \
        mp2usb                  \
        mx1ads                  \
        mx1fs2                  \
@@ -520,6 +523,10 @@ LIST_pxa="         \
 "
 
 LIST_ixp="             \
+       actux1          \
+       actux2          \
+       actux3          \
+       actux4          \
        ixdp425         \
        ixdpg425        \
        pdnb3           \
@@ -644,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                  \
 "
@@ -664,6 +675,7 @@ LIST_avr32="                \
        atstk1002       \
        atstk1003       \
        atstk1004       \
+       atngw100        \
 "
 
 #########################################################################
@@ -686,8 +698,9 @@ LIST_sh4="          \
        ms7722se        \
 "
 
-LIST_sh3=""
-
+LIST_sh3="             \
+       ms7720se        \
+"
 
 LIST_sh="              \
        ${LIST_sh3}     \
@@ -710,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
 }