summaryrefslogtreecommitdiffstats
path: root/MAKEALL
diff options
context:
space:
mode:
authorAlexey Brodkin <Alexey.Brodkin@synopsys.com>2014-02-04 12:56:20 +0400
committerTom Rini <trini@ti.com>2014-02-07 08:14:33 -0500
commit568c1fade99c00eee2dc10137791079b0a2aec87 (patch)
treee8ff53d81ec44ac13c9a2c45fbb299941ec32454 /MAKEALL
parenta7069ddfa9b369e8bed449806a4422ad751246ab (diff)
downloadtalos-obmc-uboot-568c1fade99c00eee2dc10137791079b0a2aec87.tar.gz
talos-obmc-uboot-568c1fade99c00eee2dc10137791079b0a2aec87.zip
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>
Diffstat (limited to 'MAKEALL')
-rwxr-xr-xMAKEALL6
1 files changed, 6 insertions, 0 deletions
diff --git a/MAKEALL b/MAKEALL
index 562071a03e..54b0d893a6 100755
--- 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() {
OpenPOWER on IntegriCloud