summaryrefslogtreecommitdiffstats
path: root/MAKEALL
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-10-10 21:27:30 +0000
committerwdenk <wdenk>2004-10-10 21:27:30 +0000
commit5c952cf0245421feb4644f2e71487c0b2e1dbd13 (patch)
tree47b80e839d339fe11dabd01ec8c89b46b791f797 /MAKEALL
parent03f5c55021c2d6297e66cc11bfea75f149a5d71c (diff)
downloadbarebox-5c952cf0245421feb4644f2e71487c0b2e1dbd13.tar.gz
barebox-5c952cf0245421feb4644f2e71487c0b2e1dbd13.tar.xz
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.
Diffstat (limited to 'MAKEALL')
-rw-r--r--MAKEALL8
1 files changed, 7 insertions, 1 deletions
diff --git a/MAKEALL b/MAKEALL
index a4e4cb88e8..0be764cfd7 100644
--- a/MAKEALL
+++ b/MAKEALL
@@ -195,6 +195,12 @@ LIST_nios=" \
"
#########################################################################
+## Nios-II Systems
+#########################################################################
+
+LIST_nios2="PCI5441 PK1C20"
+
+#########################################################################
## MicroBlaze Systems
#########################################################################
@@ -226,7 +232,7 @@ do
arm|SA|ARM7|ARM9|pxa|ixp| \
microblaze| \
mips| \
- nios| \
+ nios|nios2| \
x86|I486)
for target in `eval echo '$LIST_'${arg}`
do