summaryrefslogtreecommitdiffstats
path: root/arch/mips/Makefile
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2001-05-04 19:51:18 +0000
committerRalf Baechle <ralf@linux-mips.org>2001-05-04 19:51:18 +0000
commitaf142756744156e7ffd1e7ac64efb8a895096aec (patch)
treed817f283313243ad7574c1933573466cfb5c9956 /arch/mips/Makefile
parenta9a931336a3c21c6a0e830c25c1372280e80cc6b (diff)
Alchemy support. Done by Pete and further hacked up a bit by me ...
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r--arch/mips/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile
index cbbeca454..7c0a63e6c 100644
--- a/arch/mips/Makefile
+++ b/arch/mips/Makefile
@@ -233,6 +233,15 @@ LOADADDR += 0x80100000
endif
#
+# Au1000 eval board
+#
+ifdef CONFIG_MIPS_PB1000
+LIBS += arch/mips/au1000/pb1000/pb1000.o arch/mips/au1000/common/au1000.o
+SUBDIRS += arch/mips/au1000/pb1000 arch/mips/au1000/common
+LOADADDR += 0x80100000
+endif
+
+#
# Choosing incompatible machines durings configuration will result in
# error messages during linking. Select a default linkscript if
# none has been choosen above.