From 568c1fade99c00eee2dc10137791079b0a2aec87 Mon Sep 17 00:00:00 2001 From: Alexey Brodkin Date: Tue, 4 Feb 2014 12:56:20 +0400 Subject: arc: add architecture to MAKEALL Signed-off-by: Alexey Brodkin Cc: Vineet Gupta Cc: Francois Bedard Cc: Wolfgang Denk Cc: Heiko Schocher --- MAKEALL | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'MAKEALL') 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() { -- cgit v1.2.1