From deddf5d2e3ed58c4ebde425e2065c0ad13b74b04 Mon Sep 17 00:00:00 2001
From: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
Date: Fri, 18 Nov 2011 19:21:37 +0000
Subject: [PATCH] openrisc: Add architecture to MAKEALL

Signed-off-by: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
---
 MAKEALL | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/MAKEALL b/MAKEALL
index f735af68a28..0f2b4a1b949 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -409,6 +409,11 @@ LIST_mips_el="			\
 	${LIST_xburst_el}	\
 	${LIST_au1xx0_el}	\
 "
+#########################################################################
+## OpenRISC Systems
+#########################################################################
+
+LIST_openrisc="$(boards_by_arch openrisc)"
 
 #########################################################################
 ## x86 Systems
-- 
GitLab