diff options
author | Alexey Brodkin <Alexey.Brodkin@synopsys.com> | 2014-02-04 08:56:20 (GMT) |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-02-07 13:14:33 (GMT) |
commit | 568c1fade99c00eee2dc10137791079b0a2aec87 (patch) | |
tree | e8ff53d81ec44ac13c9a2c45fbb299941ec32454 | |
parent | a7069ddfa9b369e8bed449806a4422ad751246ab (diff) | |
download | u-boot-fsl-qoriq-568c1fade99c00eee2dc10137791079b0a2aec87.tar.xz |
arc: add architecture to MAKEALL
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Vineet Gupta <vgupta@synopsys.com>
Cc: Francois Bedard <fbedard@synopsys.com>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Heiko Schocher <hs@denx.de>
-rwxr-xr-x | MAKEALL | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -529,6 +529,12 @@ LIST_sparc="$(targets_by_arch sparc)" LIST_nds32="$(targets_by_arch nds32)" +######################################################################### +## ARC Systems +######################################################################### + +LIST_arc="$(targets_by_arch arc)" + #----------------------------------------------------------------------- get_target_location() { |