diff mbox

[U-Boot,8/9] openrisc: Add architecture to MAKEALL

Message ID 1321680098-31121-9-git-send-email-stefan.kristiansson@saunalahti.fi
State Superseded
Headers show

Commit Message

Stefan Kristiansson Nov. 19, 2011, 5:21 a.m. UTC
Signed-off-by: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
---
 MAKEALL |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
diff mbox

Patch

diff --git a/MAKEALL b/MAKEALL
index 95b7cd3..f45f767 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -416,6 +416,11 @@  LIST_mips_el="			\
 	${LIST_mips5kc_el}	\
 	${LIST_au1xx0_el}	\
 "
+#########################################################################
+## OpenRISC Systems
+#########################################################################
+
+LIST_openrisc="$(boards_by_arch openrisc)"
 
 #########################################################################
 ## x86 Systems