summaryrefslogtreecommitdiffstats
path: root/arch/mips/Makefile
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2001-03-16 12:52:32 +0000
committerRalf Baechle <ralf@linux-mips.org>2001-03-16 12:52:32 +0000
commit851076b71233028f17a395f19821abdc46a34715 (patch)
treebdb6e4510cef9a33c57749ca174c49e087e99150 /arch/mips/Makefile
parentdc2e1a589aa53a62f60136a4eb727fa770d2e02e (diff)
More loose bits (grrr) ...
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r--arch/mips/Makefile17
1 files changed, 12 insertions, 5 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile
index 2b58c6b00..470807c9a 100644
--- a/arch/mips/Makefile
+++ b/arch/mips/Makefile
@@ -228,11 +228,18 @@ endif
# ITE 8172 eval board with QED 5231 CPU
#
ifdef CONFIG_MIPS_ITE8172
-LIBS += arch/mips/ite-boards/qed-4n-s01b/ite.o \
- arch/mips/ite-boards/generic/it8172.o
-SUBDIRS += arch/mips/ite-boards/generic \
- arch/mips/ite-boards/qed-4n-s01b
-LOADADDR += 0x80100000
+LIBS += arch/mips/ite-boards/qed-4n-s01b/ite.o arch/mips/ite-boards/generic/it8172.o
+SUBDIRS += arch/mips/ite-boards/generic arch/mips/ite-boards/qed-4n-s01b
+LOADADDR += 0x80100000
+endif
+
+#
+# Globespan IVR eval board with QED 5231 CPU
+#
+ifdef CONFIG_MIPS_IVR
+LIBS += arch/mips/ite-boards/ivr/ivr.o arch/mips/ite-boards/generic/it8172.o
+SUBDIRS += arch/mips/ite-boards/generic arch/mips/ite-boards/ivr
+LOADADDR += 0x80100000
endif
#