X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=inline;f=MAKEALL;h=5bc2a12131417556d6824ae451b7a2e4f35e28b7;hb=e2a1e9655892bb9096ddc54bd87de74ea9e038ba;hp=f9bf9ed2f211013341d53ad0033567734c054ec8;hpb=f10d7b94548a788a40b08a50dcdc3209427fec38;p=u-boot diff --git a/MAKEALL b/MAKEALL index f9bf9ed2f2..5bc2a12131 100755 --- 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,7 @@ LIST_ARM11=" \ cp1136 \ omap2420h4 \ apollon \ + imx31_litekit \ " ######################################################################### @@ -521,6 +527,10 @@ LIST_pxa=" \ " LIST_ixp=" \ + actux1 \ + actux2 \ + actux3 \ + actux4 \ ixdp425 \ ixdpg425 \ pdnb3 \ @@ -717,7 +727,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 }