aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/mips/Kbuild.platforms1
-rw-r--r--arch/mips/Makefile8
-rw-r--r--arch/mips/dec/Makefile2
-rw-r--r--arch/mips/dec/Platform8
4 files changed, 9 insertions, 10 deletions
diff --git a/arch/mips/Kbuild.platforms b/arch/mips/Kbuild.platforms
index 7973bb085496..0ba692c1017a 100644
--- a/arch/mips/Kbuild.platforms
+++ b/arch/mips/Kbuild.platforms
@@ -3,6 +3,7 @@
3platforms += alchemy 3platforms += alchemy
4platforms += ar7 4platforms += ar7
5platforms += cobalt 5platforms += cobalt
6platforms += dec
6platforms += jazz 7platforms += jazz
7platforms += loongson 8platforms += loongson
8platforms += mipssim 9platforms += mipssim
diff --git a/arch/mips/Makefile b/arch/mips/Makefile
index f714c8513515..efaae8578ee7 100644
--- a/arch/mips/Makefile
+++ b/arch/mips/Makefile
@@ -192,14 +192,6 @@ endif
192include $(srctree)/arch/mips/Kbuild.platforms 192include $(srctree)/arch/mips/Kbuild.platforms
193 193
194# 194#
195# DECstation family
196#
197core-$(CONFIG_MACH_DECSTATION) += arch/mips/dec/
198cflags-$(CONFIG_MACH_DECSTATION)+= -I$(srctree)/arch/mips/include/asm/mach-dec
199libs-$(CONFIG_MACH_DECSTATION) += arch/mips/dec/prom/
200load-$(CONFIG_MACH_DECSTATION) += 0xffffffff80040000
201
202#
203# Wind River PPMC Board (4KC + GT64120) 195# Wind River PPMC Board (4KC + GT64120)
204# 196#
205core-$(CONFIG_WR_PPMC) += arch/mips/gt64120/wrppmc/ 197core-$(CONFIG_WR_PPMC) += arch/mips/gt64120/wrppmc/
diff --git a/arch/mips/dec/Makefile b/arch/mips/dec/Makefile
index c530208ee154..9eb2f9c036aa 100644
--- a/arch/mips/dec/Makefile
+++ b/arch/mips/dec/Makefile
@@ -8,5 +8,3 @@ obj-y := ecc-berr.o int-handler.o ioasic-irq.o kn01-berr.o \
8obj-$(CONFIG_PROM_CONSOLE) += promcon.o 8obj-$(CONFIG_PROM_CONSOLE) += promcon.o
9obj-$(CONFIG_TC) += tc.o 9obj-$(CONFIG_TC) += tc.o
10obj-$(CONFIG_CPU_HAS_WB) += wbflush.o 10obj-$(CONFIG_CPU_HAS_WB) += wbflush.o
11
12EXTRA_CFLAGS += -Werror
diff --git a/arch/mips/dec/Platform b/arch/mips/dec/Platform
new file mode 100644
index 000000000000..3adbcbd95db1
--- /dev/null
+++ b/arch/mips/dec/Platform
@@ -0,0 +1,8 @@
1#
2# DECstation family
3#
4platform-$(CONFIG_MACH_DECSTATION) = dec/
5cflags-$(CONFIG_MACH_DECSTATION) += \
6 -I$(srctree)/arch/mips/include/asm/mach-dec
7libs-$(CONFIG_MACH_DECSTATION) += arch/mips/dec/prom/
8load-$(CONFIG_MACH_DECSTATION) += 0xffffffff80040000