]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - MAKEALL
ixp: add missing os define
[karo-tx-uboot.git] / MAKEALL
diff --git a/MAKEALL b/MAKEALL
index 847c1fa35adcd71bae14ca77216f1bb5125bd2a9..e963f6103e1df68871794fed32da46786a20d5b3 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}"
@@ -186,7 +195,9 @@ LIST_4xx="          \
        ebony           \
        ERIC            \
        EXBITGEN        \
+       fx12mm          \
        G2000           \
+       gdppc440etx     \
        glacier         \
        haleakala       \
        haleakala_nand  \
@@ -211,6 +222,7 @@ LIST_4xx="          \
        ml300           \
        ml507           \
        ml507_flash     \
+       neo             \
        ocotea          \
        OCRTC           \
        ORSG            \
@@ -324,6 +336,7 @@ LIST_8260="         \
 #########################################################################
 
 LIST_83xx="            \
+       kmeter1         \
        MPC8313ERDB_33  \
        MPC8313ERDB_NAND_66     \
        MPC8315ERDB     \
@@ -341,6 +354,7 @@ LIST_83xx="         \
        MPC837XERDB     \
        MVBLM7          \
        sbc8349         \
+       SIMPC8313_LP    \
        TQM834x         \
 "
 
@@ -361,6 +375,7 @@ LIST_85xx="         \
        MPC8560ADS      \
        MPC8568MDS      \
        MPC8572DS       \
+       MPC8572DS_36BIT \
        PM854           \
        PM856           \
        sbc8540         \
@@ -374,6 +389,8 @@ LIST_85xx="         \
        TQM8548         \
        TQM8555         \
        TQM8560         \
+       XPEDITE5200     \
+       XPEDITE5370     \
 "
 
 #########################################################################
@@ -532,6 +549,7 @@ LIST_ARM11="                \
 #########################################################################
 
 LIST_at91="            \
+       afeb9260        \
        at91cap9adk     \
        at91rm9200dk    \
        at91sam9260ek   \
@@ -598,6 +616,18 @@ LIST_arm="         \
 LIST_mips4kc="         \
        incaip          \
        qemu_mips       \
+       vct_platinum    \
+       vct_platinum_small      \
+       vct_platinum_onenand    \
+       vct_platinum_onenand_small      \
+       vct_platinumavc \
+       vct_platinumavc_small   \
+       vct_platinumavc_onenand \
+       vct_platinumavc_onenand_small   \
+       vct_premium     \
+       vct_premium_small       \
+       vct_premium_onenand     \
+       vct_premium_onenand_small       \
 "
 
 LIST_mips5kc="         \
@@ -644,6 +674,7 @@ LIST_mips_el="                      \
 
 LIST_I486="            \
        sc520_cdp       \
+       sc520_eNET      \
        sc520_spunk     \
        sc520_spunk_rel \
 "
@@ -683,10 +714,9 @@ LIST_nios2="               \
 ## MicroBlaze Systems
 #########################################################################
 
-LIST_microblaze="      \
-       ml401           \
-       suzaku          \
-       xupv2p          \
+LIST_microblaze="                      \
+       microblaze-generic              \
+       suzaku                          \
 "
 
 #########################################################################
@@ -707,6 +737,7 @@ LIST_coldfire="                     \
        M5272C3                 \
        M5275EVB                \
        M5282EVB                \
+       M53017EVB               \
        M5329AFEE               \
        M5373EVB                \
        M54451EVB               \