Patches by Scott McNutt, 24 Aug 2004:
- Add support for Altera Nios-II processors.
- Add support for Psyent PCI-5441 board.
- Add support for Psyent PK1C20 board.
diff --git a/MAKEALL b/MAKEALL
index a4e4cb8..0be764c 100644
--- a/MAKEALL
+++ b/MAKEALL
@@ -195,6 +195,12 @@
 "
 
 #########################################################################
+## Nios-II Systems
+#########################################################################
+
+LIST_nios2="PCI5441 PK1C20"
+
+#########################################################################
 ## MicroBlaze Systems
 #########################################################################
 
@@ -226,7 +232,7 @@
 	arm|SA|ARM7|ARM9|pxa|ixp| \
 	microblaze| \
 	mips| \
-	nios| \
+	nios|nios2| \
 	x86|I486)
 			for target in `eval echo '$LIST_'${arg}`
 			do