]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - MAKEALL
USB: descriptor handling
[karo-tx-uboot.git] / MAKEALL
diff --git a/MAKEALL b/MAKEALL
index 1f56ac59f272c1d055577d95f1cd381de2c22a6d..a16549c10db79ac91d269220d6dfbe9fd56021e1 100755 (executable)
--- a/MAKEALL
+++ b/MAKEALL
@@ -1,6 +1,15 @@
 #!/bin/sh
 
-: ${JOBS:=}
+# Determine number of CPU cores if no default was set
+: ${BUILD_NCPUS:="`getconf _NPROCESSORS_ONLN`"}
+
+if [ "$BUILD_NCPUS" -gt 1 ]
+then
+       JOBS=-j`expr "$BUILD_NCPUS" + 1`
+else
+       JOBS=""
+fi
+
 
 if [ "${CROSS_COMPILE}" ] ; then
        MAKE="make CROSS_COMPILE=${CROSS_COMPILE}"
@@ -534,6 +543,7 @@ LIST_ARM11="                \
 #########################################################################
 
 LIST_at91="            \
+       afeb9260        \
        at91cap9adk     \
        at91rm9200dk    \
        at91sam9260ek   \
@@ -709,6 +719,7 @@ LIST_coldfire="                     \
        M5272C3                 \
        M5275EVB                \
        M5282EVB                \
+       M53017EVB               \
        M5329AFEE               \
        M5373EVB                \
        M54451EVB               \