diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 08:25:49 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 08:25:49 -0400 |
commit | c136af0906ba714b67bdc8623a0f82ddd7a7ba21 (patch) | |
tree | 28646507d100ebe2e47c4db0f8ea5084eca93119 /arch/mips/Makefile | |
parent | 1505b60757694512b76edce8ecc6f73b4a8a7f9f (diff) |
MIPS: DECstation: Migrate to new platform makefile style.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
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 | |||
192 | include $(srctree)/arch/mips/Kbuild.platforms | 192 | include $(srctree)/arch/mips/Kbuild.platforms |
193 | 193 | ||
194 | # | 194 | # |
195 | # DECstation family | ||
196 | # | ||
197 | core-$(CONFIG_MACH_DECSTATION) += arch/mips/dec/ | ||
198 | cflags-$(CONFIG_MACH_DECSTATION)+= -I$(srctree)/arch/mips/include/asm/mach-dec | ||
199 | libs-$(CONFIG_MACH_DECSTATION) += arch/mips/dec/prom/ | ||
200 | load-$(CONFIG_MACH_DECSTATION) += 0xffffffff80040000 | ||
201 | |||
202 | # | ||
203 | # Wind River PPMC Board (4KC + GT64120) | 195 | # Wind River PPMC Board (4KC + GT64120) |
204 | # | 196 | # |
205 | core-$(CONFIG_WR_PPMC) += arch/mips/gt64120/wrppmc/ | 197 | core-$(CONFIG_WR_PPMC) += arch/mips/gt64120/wrppmc/ |