diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 08:25:45 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 08:25:45 -0400 |
commit | 526a2fe2f5d887ef8b89243c3a5e64f0f38c21cc (patch) | |
tree | 29d7be17b2b2a68d669d6539618dfd27030a5826 /arch/mips/Makefile | |
parent | 28c945c88676bf71ec649429f2c1c4ce3719cd7c (diff) |
MIPS: MIPSsim: Migrate to new Platform file
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 3eafe7fcb27c..cc2ae36a4546 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -334,13 +334,6 @@ load-$(CONFIG_MIPS_MALTA) += 0xffffffff80100000 | |||
334 | all-$(CONFIG_MIPS_MALTA) := $(COMPRESSION_FNAME).bin | 334 | all-$(CONFIG_MIPS_MALTA) := $(COMPRESSION_FNAME).bin |
335 | 335 | ||
336 | # | 336 | # |
337 | # MIPS SIM | ||
338 | # | ||
339 | core-$(CONFIG_MIPS_SIM) += arch/mips/mipssim/ | ||
340 | cflags-$(CONFIG_MIPS_SIM) += -I$(srctree)/arch/mips/include/asm/mach-mipssim | ||
341 | load-$(CONFIG_MIPS_SIM) += 0x80100000 | ||
342 | |||
343 | # | ||
344 | # PMC-Sierra MSP SOCs | 337 | # PMC-Sierra MSP SOCs |
345 | # | 338 | # |
346 | core-$(CONFIG_PMC_MSP) += arch/mips/pmc-sierra/msp71xx/ | 339 | core-$(CONFIG_PMC_MSP) += arch/mips/pmc-sierra/msp71xx/ |