diff options
| author | Alexey Brodkin <[email protected]> | 2014-02-04 12:56:20 +0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2014-02-07 08:14:33 -0500 |
| commit | 568c1fade99c00eee2dc10137791079b0a2aec87 (patch) | |
| tree | e8ff53d81ec44ac13c9a2c45fbb299941ec32454 /MAKEALL | |
| parent | a7069ddfa9b369e8bed449806a4422ad751246ab (diff) | |
arc: add architecture to MAKEALL
Signed-off-by: Alexey Brodkin <[email protected]>
Cc: Vineet Gupta <[email protected]>
Cc: Francois Bedard <[email protected]>
Cc: Wolfgang Denk <[email protected]>
Cc: Heiko Schocher <[email protected]>
Diffstat (limited to 'MAKEALL')
| -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() { |
