From: Alexey Brodkin Date: Tue, 4 Feb 2014 08:56:20 +0000 (+0400) Subject: arc: add architecture to MAKEALL X-Git-Tag: v2014.04-rc1~87 X-Git-Url: https://git.kernelconcepts.de/?a=commitdiff_plain;h=568c1fade99c00eee2dc10137791079b0a2aec87;p=karo-tx-uboot.git arc: add architecture to MAKEALL Signed-off-by: Alexey Brodkin Cc: Vineet Gupta Cc: Francois Bedard Cc: Wolfgang Denk Cc: Heiko Schocher --- 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() {