]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - MAKEALL
Merge branch 'master' of git://www.denx.de/git/u-boot-sh
[karo-tx-uboot.git] / MAKEALL
diff --git a/MAKEALL b/MAKEALL
index f9bf9ed2f211013341d53ad0033567734c054ec8..c026b05c1a0844ec2b632cd4490780bb08ec5536 100755 (executable)
--- a/MAKEALL
+++ b/MAKEALL
@@ -165,6 +165,8 @@ LIST_4xx="          \
        bamboo_nand     \
        bubinga         \
        CANBT           \
+       canyonlands     \
+       canyonlands_nand \
        CMS700          \
        CPCI2DP         \
        CPCI405         \
@@ -183,6 +185,7 @@ LIST_4xx="          \
        ERIC            \
        EXBITGEN        \
        G2000           \
+       glacier         \
        haleakala       \
        haleakala_nand  \
        hcu4            \
@@ -198,6 +201,7 @@ LIST_4xx="          \
        luan            \
        lwmon5          \
        makalu          \
+       mcu25           \
        METROBOX        \
        MIP405          \
        MIP405T         \
@@ -446,6 +450,7 @@ LIST_ARM7="         \
 #########################################################################
 
 LIST_ARM9="                    \
+       at91cap9adk             \
        at91rm9200dk            \
        cmc_pu2                 \
        ap920t                  \
@@ -459,6 +464,7 @@ LIST_ARM9="                 \
        cp946es                 \
        cp966                   \
        lpd7a400                \
+       m501sk                  \
        mp2usb                  \
        mx1ads                  \
        mx1fs2                  \
@@ -521,6 +527,10 @@ LIST_pxa="         \
 "
 
 LIST_ixp="             \
+       actux1          \
+       actux2          \
+       actux3          \
+       actux4          \
        ixdp425         \
        ixdpg425        \
        pdnb3           \
@@ -690,9 +700,13 @@ LIST_blackfin="            \
 LIST_sh4="             \
        ms7750se        \
        ms7722se        \
+       Migo-R          \
+       r7780mp         \
+       r2dplus         \
 "
 
 LIST_sh3="             \
+       mpr2            \
        ms7720se        \
 "
 
@@ -717,7 +731,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
 }