summaryrefslogtreecommitdiffstats
path: root/arch/mips/Makefile
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2001-02-05 01:33:01 +0000
committerRalf Baechle <ralf@linux-mips.org>2001-02-05 01:33:01 +0000
commit222ce6477d35d0b51fe9d5fb16ada90ac3341500 (patch)
tree33dc535dde84fab2a5cd175e0bfda393d5970f42 /arch/mips/Makefile
parent41f766e193858f7b5d1f9e81f50f392c1bd40f32 (diff)
Start of an attempt to unify support for GT64120 based boards.
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r--arch/mips/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile
index bf6c7fd36..23a56b044 100644
--- a/arch/mips/Makefile
+++ b/arch/mips/Makefile
@@ -209,12 +209,11 @@ LOADADDR += 0x80100000
endif
#
-# PMC Sierra Momentum / Ocelot / CP7000 board
-# Whatever you want to call it today.
+# Momentum Ocelot board
#
-ifdef CONFIG_PMC_CP7000
-LIBS += arch/mips/pmc/cp7000/cp7000.o
-SUBDIRS += arch/mips/pmc/cp7000
+ifdef CONFIG_MOMENCO_OCELOT
+LIBS += arch/mips/gt64120/common/gt64120.o arch/mips/gt64120/momenco_ocelot/momenco_ocelot.o
+SUBDIRS += arch/mips/gt64120/common arch/mips/gt64120/momenco_ocelot
LOADADDR += 0x80100000
endif