diff options
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index efaae8578ee7..ccbb367b5bf1 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -370,18 +370,6 @@ cflags-$(CONFIG_BCM63XX) += -I$(srctree)/arch/mips/include/asm/mach-bcm63xx/ | |||
370 | load-$(CONFIG_BCM63XX) := 0xffffffff80010000 | 370 | load-$(CONFIG_BCM63XX) := 0xffffffff80010000 |
371 | 371 | ||
372 | # | 372 | # |
373 | # SNI RM | ||
374 | # | ||
375 | core-$(CONFIG_SNI_RM) += arch/mips/sni/ | ||
376 | cflags-$(CONFIG_SNI_RM) += -I$(srctree)/arch/mips/include/asm/mach-rm | ||
377 | ifdef CONFIG_CPU_LITTLE_ENDIAN | ||
378 | load-$(CONFIG_SNI_RM) += 0xffffffff80600000 | ||
379 | else | ||
380 | load-$(CONFIG_SNI_RM) += 0xffffffff80030000 | ||
381 | endif | ||
382 | all-$(CONFIG_SNI_RM) := $(COMPRESSION_FNAME).ecoff | ||
383 | |||
384 | # | ||
385 | # Common TXx9 | 373 | # Common TXx9 |
386 | # | 374 | # |
387 | core-$(CONFIG_MACH_TX39XX) += arch/mips/txx9/generic/ | 375 | core-$(CONFIG_MACH_TX39XX) += arch/mips/txx9/generic/ |