]> git.sur5r.net Git - u-boot/blobdiff - MAKEALL
Clean up smsc911x driver
[u-boot] / MAKEALL
diff --git a/MAKEALL b/MAKEALL
index f9bf9ed2f211013341d53ad0033567734c054ec8..d192ed28b416e9d5f641d921c602a8a54454c72e 100755 (executable)
--- a/MAKEALL
+++ b/MAKEALL
@@ -165,6 +165,8 @@ LIST_4xx="          \
        bamboo_nand     \
        bubinga         \
        CANBT           \
+       canyonlands     \
+       canyonlands_nand \
        CMS700          \
        CPCI2DP         \
        CPCI405         \
@@ -198,6 +200,7 @@ LIST_4xx="          \
        luan            \
        lwmon5          \
        makalu          \
+       mcu25           \
        METROBOX        \
        MIP405          \
        MIP405T         \
@@ -446,6 +449,7 @@ LIST_ARM7="         \
 #########################################################################
 
 LIST_ARM9="                    \
+       at91cap9adk             \
        at91rm9200dk            \
        cmc_pu2                 \
        ap920t                  \
@@ -459,6 +463,7 @@ LIST_ARM9="                 \
        cp946es                 \
        cp966                   \
        lpd7a400                \
+       m501sk                  \
        mp2usb                  \
        mx1ads                  \
        mx1fs2                  \
@@ -497,6 +502,9 @@ LIST_ARM11="                \
        cp1136          \
        omap2420h4      \
        apollon         \
+       imx31_litekit   \
+       imx31_phycore   \
+       mx31ads         \
 "
 
 #########################################################################
@@ -521,6 +529,10 @@ LIST_pxa="         \
 "
 
 LIST_ixp="             \
+       actux1          \
+       actux2          \
+       actux3          \
+       actux4          \
        ixdp425         \
        ixdpg425        \
        pdnb3           \
@@ -717,7 +729,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
 }