net: Print error message upon net usage when no ethernet-interface is found
[oweals/u-boot.git] / MAKEALL
diff --git a/MAKEALL b/MAKEALL
index 655e100363dea12612744fb1330d33fef5d25640..0e1c0cba98731c45e3bf869d3ddb910425269342 100755 (executable)
--- a/MAKEALL
+++ b/MAKEALL
@@ -446,6 +446,7 @@ LIST_ARM7="         \
 #########################################################################
 
 LIST_ARM9="                    \
+       at91cap9adk             \
        at91rm9200dk            \
        cmc_pu2                 \
        ap920t                  \
@@ -722,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
 }