]> Git Repo - u-boot.git/commitdiff
arc: add architecture to MAKEALL
authorAlexey Brodkin <[email protected]>
Tue, 4 Feb 2014 08:56:20 +0000 (12:56 +0400)
committerTom Rini <[email protected]>
Fri, 7 Feb 2014 13:14:33 +0000 (08:14 -0500)
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]>
MAKEALL

diff --git a/MAKEALL b/MAKEALL
index 562071a03e36f7e1cb170e1580a72e492a08576c..54b0d893a6b07482b5b4cd970030818622d6432b 100755 (executable)
--- a/MAKEALL
+++ b/MAKEALL
@@ -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() {
This page took 0.032607 seconds and 4 git commands to generate.