Add support for building all boards with a TSEC
Changes to the TSEC driver affect almost all 83xx, 85xx, and 86xx boards. Now we can do a MAKEALL test on all of them! Signed-off-by: Andy Fleming <afleming@freescale.com>
This commit is contained in:
parent
10aaf716cb
commit
ec72382295
8
MAKEALL
8
MAKEALL
|
@ -358,6 +358,12 @@ LIST_74xx=" \
|
||||||
ZUMA \
|
ZUMA \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
LIST_TSEC=" \
|
||||||
|
${LIST_85xx} \
|
||||||
|
${LIST_86xx} \
|
||||||
|
${LIST_83xx} \
|
||||||
|
"
|
||||||
|
|
||||||
LIST_7xx=" \
|
LIST_7xx=" \
|
||||||
BAB7xx \
|
BAB7xx \
|
||||||
CPCI750 \
|
CPCI750 \
|
||||||
|
@ -672,7 +678,7 @@ do
|
||||||
mips|mips_el| \
|
mips|mips_el| \
|
||||||
nios|nios2| \
|
nios|nios2| \
|
||||||
ppc|5xx|5xxx|512x|8xx|8220|824x|8260|83xx|85xx|86xx|4xx|7xx|74xx| \
|
ppc|5xx|5xxx|512x|8xx|8220|824x|8260|83xx|85xx|86xx|4xx|7xx|74xx| \
|
||||||
x86|I486)
|
x86|I486|TSEC)
|
||||||
for target in `eval echo '$LIST_'${arg}`
|
for target in `eval echo '$LIST_'${arg}`
|
||||||
do
|
do
|
||||||
build_target ${target}
|
build_target ${target}
|
||||||
|
|
Loading…
Reference in New Issue