]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - MAKEALL
[MIPS] cpu/mips/Makefile: Split [CS]OBJS onto separate lines
[karo-tx-uboot.git] / MAKEALL
diff --git a/MAKEALL b/MAKEALL
index 067406909a277aa6737034ef72cfdfdf5fb81e1c..3cb1d246e3f417a178860b77adf1aa2b08129986 100755 (executable)
--- a/MAKEALL
+++ b/MAKEALL
@@ -219,6 +219,7 @@ LIST_4xx="          \
        PMC405          \
        PMC440          \
        PPChameleonEVB  \
+       quad100hd       \
        rainier         \
        sbc405          \
        sc3             \
@@ -461,6 +462,9 @@ LIST_ARM9="                 \
        at91cap9adk             \
        at91rm9200dk            \
        at91sam9260ek           \
+       at91sam9261ek           \
+       at91sam9263ek           \
+       at91sam9rlek            \
        cmc_pu2                 \
        ap920t                  \
        ap922_XA10              \
@@ -520,6 +524,24 @@ LIST_ARM11="               \
        mx31ads         \
 "
 
+#########################################################################
+## AT91 Systems
+#########################################################################
+
+LIST_at91="            \
+       at91cap9adk     \
+       at91rm9200dk    \
+       at91sam9260ek   \
+       at91sam9261ek   \
+       at91sam9263ek   \
+       at91sam9rlek    \
+       cmc_pu2         \
+       csb637          \
+       kb9202          \
+       mp2usb          \
+       m501sk          \
+"
+
 #########################################################################
 ## Xscale Systems
 #########################################################################
@@ -697,6 +719,7 @@ LIST_avr32="                \
        atstk1002       \
        atstk1003       \
        atstk1004       \
+       atstk1006       \
        atngw100        \
 "
 
@@ -765,7 +788,7 @@ build_target() {
 for arg in $@
 do
        case "$arg" in
-       arm|SA|ARM7|ARM9|ARM10|ARM11|ixp|pxa \
+       arm|SA|ARM7|ARM9|ARM10|ARM11|at91|ixp|pxa \
        |avr32 \
        |blackfin \
        |coldfire \