]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
MAKEALL: rename coldfire list to m68k to match arch
authorMike Frysinger <vapier@gentoo.org>
Sun, 25 Sep 2011 19:27:19 +0000 (19:27 +0000)
committerWolfgang Denk <wd@denx.de>
Wed, 5 Oct 2011 20:22:14 +0000 (22:22 +0200)
The m68k tree is the only one where `./MAKEALL <arch>` does not work.
So rename the existing coldfire list in the MAKEALL script to m68k, and
add an alias from coldfire to m68k.  This makes scripting around MAKEALL
easier.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
MAKEALL

diff --git a/MAKEALL b/MAKEALL
index 4d18c117d135a4e93d66ef4c7d78dd21a84c38e7..52bc355c93a9873bd14be31dd6c785ca39395102 100755 (executable)
--- a/MAKEALL
+++ b/MAKEALL
@@ -437,7 +437,7 @@ LIST_microblaze="$(boards_by_arch microblaze)"
 ## ColdFire Systems
 #########################################################################
 
-LIST_coldfire="$(boards_by_arch m68k)
+LIST_m68k="$(boards_by_arch m68k)
        astro_mcf5373l          \
        cobra5272               \
        EB+MCF-EV123            \
@@ -451,6 +451,7 @@ LIST_coldfire="$(boards_by_arch m68k)
        M5475AFE                \
        M5485AFE                \
 "
+LIST_coldfire=${LIST_m68k}
 
 #########################################################################
 ## AVR32 Systems