diff options
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 6ac8bdae612a..2bd0a86e2f9c 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -337,17 +337,6 @@ cflags-$(CONFIG_MIPS_SIM) += -Iinclude/asm-mips/mach-mipssim | |||
337 | load-$(CONFIG_MIPS_SIM) += 0x80100000 | 337 | load-$(CONFIG_MIPS_SIM) += 0x80100000 |
338 | 338 | ||
339 | # | 339 | # |
340 | # Momentum Ocelot board | ||
341 | # | ||
342 | # The Ocelot setup.o must be linked early - it does the ioremap() for the | ||
343 | # mips_io_port_base. | ||
344 | # | ||
345 | core-$(CONFIG_MOMENCO_OCELOT) += arch/mips/gt64120/common/ \ | ||
346 | arch/mips/gt64120/momenco_ocelot/ | ||
347 | cflags-$(CONFIG_MOMENCO_OCELOT) += -Iinclude/asm-mips/mach-ocelot | ||
348 | load-$(CONFIG_MOMENCO_OCELOT) += 0xffffffff80100000 | ||
349 | |||
350 | # | ||
351 | # PMC-Sierra MSP SOCs | 340 | # PMC-Sierra MSP SOCs |
352 | # | 341 | # |
353 | core-$(CONFIG_PMC_MSP) += arch/mips/pmc-sierra/msp71xx/ | 342 | core-$(CONFIG_PMC_MSP) += arch/mips/pmc-sierra/msp71xx/ |