summaryrefslogtreecommitdiffstats
path: root/MAKEALL
diff options
context:
space:
mode:
authorJon Loeliger <jdl@freescale.com>2007-05-23 14:09:46 -0500
committerWolfgang Denk <wd@atlas.denx.de>2007-05-23 21:54:08 +0200
commit822d55365bb557e084d0e33625a6dedcc866110b (patch)
tree047322dc8e130a8f3d1acffad1312a5b3289c2b5 /MAKEALL
parent255a3577c848706441daee0174543efe205a77f8 (diff)
downloadblackbird-obmc-uboot-822d55365bb557e084d0e33625a6dedcc866110b.tar.gz
blackbird-obmc-uboot-822d55365bb557e084d0e33625a6dedcc866110b.zip
Add LIST_86xx MAKEALL target for PowerPC builds.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'MAKEALL')
-rwxr-xr-xMAKEALL11
1 files changed, 10 insertions, 1 deletions
diff --git a/MAKEALL b/MAKEALL
index 04653a056d..6c8eb9c002 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -150,6 +150,14 @@ LIST_85xx=" \
"
#########################################################################
+## MPC86xx Systems
+#########################################################################
+
+LIST_86xx=" \
+ MPC8641HPCN \
+"
+
+#########################################################################
## 74xx/7xx Systems
#########################################################################
@@ -169,6 +177,7 @@ LIST_ppc="${LIST_5xx} ${LIST_5xxx} \
${LIST_8220} ${LIST_824x} ${LIST_8260} \
${LIST_83xx} \
${LIST_85xx} \
+ ${LIST_86xx} \
${LIST_4xx} \
${LIST_74xx} ${LIST_7xx}"
@@ -355,7 +364,7 @@ do
microblaze| \
mips|mips_el| \
nios|nios2| \
- ppc|5xx|5xxx|8xx|8220|824x|8260|83xx|85xx|4xx|7xx|74xx| \
+ ppc|5xx|5xxx|8xx|8220|824x|8260|83xx|85xx|86xx|4xx|7xx|74xx| \
x86|I486)
for target in `eval echo '$LIST_'${arg}`
do
OpenPOWER on IntegriCloud