diff options
author | Andy Fleming <afleming@freescale.com> | 2012-04-25 09:36:13 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2012-05-18 13:44:40 +0200 |
commit | bb1c01eaf69047b975d6ecf0ccbedee22a217942 (patch) | |
tree | 42c7e6307937ef1ebd73bd0cf8c521241462d8d6 /MAKEALL | |
parent | 0a6deb3251a68b5be640ab1b848ca67e906b75ce (diff) |
Remove extra boards from LIST_ixp
pdnb3 and scpu are explicitly on LIST_ixp, even though they are
also specified in boards.cfg as having cpu ixp. This means that
they will be built twice when doing ./MAKEALL ixp, or ./MAKEALL arm.
This was pointless before, but actually breaks things if you launch
both builds at the same time, as they overwrite each other.
Signed-off-by: Andy Fleming <afleming@freescale.com>
Diffstat (limited to 'MAKEALL')
-rwxr-xr-x | MAKEALL | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -365,10 +365,7 @@ LIST_at91="$(boards_by_soc at91)" LIST_pxa="$(boards_by_cpu pxa)" -LIST_ixp="$(boards_by_cpu ixp) - pdnb3 \ - scpu \ -" +LIST_ixp="$(boards_by_cpu ixp)" ######################################################################### ## ARM groups |