diff options
Diffstat (limited to 'arch/mips/dec')
-rw-r--r-- | arch/mips/dec/Makefile | 2 | ||||
-rw-r--r-- | arch/mips/dec/Platform | 8 |
2 files changed, 8 insertions, 2 deletions
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 \ | |||
8 | obj-$(CONFIG_PROM_CONSOLE) += promcon.o | 8 | obj-$(CONFIG_PROM_CONSOLE) += promcon.o |
9 | obj-$(CONFIG_TC) += tc.o | 9 | obj-$(CONFIG_TC) += tc.o |
10 | obj-$(CONFIG_CPU_HAS_WB) += wbflush.o | 10 | obj-$(CONFIG_CPU_HAS_WB) += wbflush.o |
11 | |||
12 | EXTRA_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 | # | ||
4 | platform-$(CONFIG_MACH_DECSTATION) = dec/ | ||
5 | cflags-$(CONFIG_MACH_DECSTATION) += \ | ||
6 | -I$(srctree)/arch/mips/include/asm/mach-dec | ||
7 | libs-$(CONFIG_MACH_DECSTATION) += arch/mips/dec/prom/ | ||
8 | load-$(CONFIG_MACH_DECSTATION) += 0xffffffff80040000 | ||