Skip to content

Commit

Permalink
arc: add architecture to MAKEALL
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
abrodkin authored and trini committed Feb 7, 2014
1 parent a7069dd commit 568c1fa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions MAKEALL
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 568c1fa

Please sign in to comment.