Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
u-boot-2015.04
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vesta
u-boot-2015.04
Commits
d9a42c0a
Commit
d9a42c0a
authored
16 years ago
by
Wolfgang Denk
Browse files
Options
Downloads
Patches
Plain Diff
MAKEALL: sort entries / lists.
Signed-off-by:
Wolfgang Denk
<
wd@denx.de
>
parent
1e01477a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
MAKEALL
+29
-22
29 additions, 22 deletions
MAKEALL
with
29 additions
and
22 deletions
MAKEALL
+
29
−
22
View file @
d9a42c0a
...
...
@@ -386,12 +386,6 @@ LIST_74xx=" \
ZUMA
\
"
LIST_TSEC
=
"
\
${
LIST_85xx
}
\
${
LIST_86xx
}
\
${
LIST_83xx
}
\
"
LIST_7xx
=
"
\
BAB7xx
\
CPCI750
\
...
...
@@ -400,6 +394,16 @@ LIST_7xx=" \
ppmc7xx
\
"
#########################################################################
## PowerPC groups
#########################################################################
LIST_TSEC
=
"
\
${
LIST_83xx
}
\
${
LIST_85xx
}
\
${
LIST_86xx
}
\
"
LIST_ppc
=
"
\
${
LIST_5xx
}
\
${
LIST_512x
}
\
...
...
@@ -545,6 +549,9 @@ LIST_ixp=" \
scpu
\
"
#########################################################################
## ARM groups
#########################################################################
LIST_arm
=
"
\
${
LIST_SA
}
\
...
...
@@ -705,6 +712,11 @@ LIST_blackfin=" \
## SH Systems
#########################################################################
LIST_sh3
=
"
\
mpr2
\
ms7720se
\
"
LIST_sh4
=
"
\
ms7750se
\
ms7722se
\
...
...
@@ -713,11 +725,6 @@ LIST_sh4=" \
r2dplus
\
"
LIST_sh3
=
"
\
mpr2
\
ms7720se
\
"
LIST_sh
=
"
\
${
LIST_sh3
}
\
${
LIST_sh4
}
\
...
...
@@ -755,17 +762,17 @@ build_target() {
for
arg
in
$@
do
case
"
$arg
"
in
arm|SA|ARM7|ARM9|ARM10|ARM11|ixp|pxa
|
\
avr32
|
\
sparc|
\
blackfin|
\
coldfire|
\
mi
croblaze|
\
mips|mips_el|
\
nios|nios2|
\
ppc|5xx|5xxx|512x|8xx|8220|824x|8260|83xx|85xx|86xx|4xx|7xx|74xx|
\
x86|I486|TSEC|
\
sh|sh4|sh3
\
arm|SA|ARM7|ARM9|ARM10|ARM11|ixp|pxa
\
|
avr32
\
|
blackfin
\
|
coldfire
\
|
microblaze
\
|
mi
ps|mips_el
\
|
nios|nios2
\
|
ppc|5xx|5xxx|512x|8xx|8220|824x|8260|83xx|85xx|86xx|4xx|7xx|74xx|TSEC
\
|
sh|sh3|sh4
\
|
sparc
\
|
x86|I486
\
)
for
target
in
`
eval echo
'$LIST_'
${
arg
}
`
do
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment