]> git.sur5r.net Git - u-boot/blobdiff - MAKEALL
common/fdt_support.c: fix compile error
[u-boot] / MAKEALL
diff --git a/MAKEALL b/MAKEALL
index 761038e514ed7f9671b50897c1eb00660369013b..1b506d679fde3413922645d222fa9ba0afbb1afc 100755 (executable)
--- a/MAKEALL
+++ b/MAKEALL
@@ -727,7 +727,7 @@ build_target() {
        target=$1
 
        ${MAKE} distclean >/dev/null
-       ${MAKE} ${target}_config
+       ${MAKE} -s ${target}_config
 
        ${MAKE} ${JOBS} all 2>&1 >${LOG_DIR}/$target.MAKELOG \
                                | tee ${LOG_DIR}/$target.ERR