Loading arch/mips/Kbuild.platforms +1 −0 Original line number Original line Diff line number Diff line Loading @@ -9,6 +9,7 @@ platforms += loongson platforms += mipssim platforms += mipssim platforms += pmc-sierra platforms += pmc-sierra platforms += sgi-ip27 platforms += sgi-ip27 platforms += sni platforms += vr41xx platforms += vr41xx # include the platform specific files # include the platform specific files Loading arch/mips/Makefile +0 −12 Original line number Original line Diff line number Diff line Loading @@ -369,18 +369,6 @@ core-$(CONFIG_BCM63XX) += arch/mips/bcm63xx/ cflags-$(CONFIG_BCM63XX) += -I$(srctree)/arch/mips/include/asm/mach-bcm63xx/ cflags-$(CONFIG_BCM63XX) += -I$(srctree)/arch/mips/include/asm/mach-bcm63xx/ load-$(CONFIG_BCM63XX) := 0xffffffff80010000 load-$(CONFIG_BCM63XX) := 0xffffffff80010000 # # SNI RM # core-$(CONFIG_SNI_RM) += arch/mips/sni/ cflags-$(CONFIG_SNI_RM) += -I$(srctree)/arch/mips/include/asm/mach-rm ifdef CONFIG_CPU_LITTLE_ENDIAN load-$(CONFIG_SNI_RM) += 0xffffffff80600000 else load-$(CONFIG_SNI_RM) += 0xffffffff80030000 endif all-$(CONFIG_SNI_RM) := $(COMPRESSION_FNAME).ecoff # # # Common TXx9 # Common TXx9 # # Loading arch/mips/sni/Makefile +0 −2 Original line number Original line Diff line number Diff line Loading @@ -4,5 +4,3 @@ obj-y += irq.o reset.o setup.o a20r.o rm200.o pcimt.o pcit.o time.o obj-y += irq.o reset.o setup.o a20r.o rm200.o pcimt.o pcit.o time.o obj-$(CONFIG_EISA) += eisa.o obj-$(CONFIG_EISA) += eisa.o EXTRA_CFLAGS += -Werror arch/mips/sni/Platform 0 → 100644 +11 −0 Original line number Original line Diff line number Diff line # # SNI RM # platform-$(CONFIG_SNI_RM) += sni/ cflags-$(CONFIG_SNI_RM) += -I$(srctree)/arch/mips/include/asm/mach-rm ifdef CONFIG_CPU_LITTLE_ENDIAN load-$(CONFIG_SNI_RM) += 0xffffffff80600000 else load-$(CONFIG_SNI_RM) += 0xffffffff80030000 endif all-$(CONFIG_SNI_RM) := $(COMPRESSION_FNAME).ecoff Loading
arch/mips/Kbuild.platforms +1 −0 Original line number Original line Diff line number Diff line Loading @@ -9,6 +9,7 @@ platforms += loongson platforms += mipssim platforms += mipssim platforms += pmc-sierra platforms += pmc-sierra platforms += sgi-ip27 platforms += sgi-ip27 platforms += sni platforms += vr41xx platforms += vr41xx # include the platform specific files # include the platform specific files Loading
arch/mips/Makefile +0 −12 Original line number Original line Diff line number Diff line Loading @@ -369,18 +369,6 @@ core-$(CONFIG_BCM63XX) += arch/mips/bcm63xx/ cflags-$(CONFIG_BCM63XX) += -I$(srctree)/arch/mips/include/asm/mach-bcm63xx/ cflags-$(CONFIG_BCM63XX) += -I$(srctree)/arch/mips/include/asm/mach-bcm63xx/ load-$(CONFIG_BCM63XX) := 0xffffffff80010000 load-$(CONFIG_BCM63XX) := 0xffffffff80010000 # # SNI RM # core-$(CONFIG_SNI_RM) += arch/mips/sni/ cflags-$(CONFIG_SNI_RM) += -I$(srctree)/arch/mips/include/asm/mach-rm ifdef CONFIG_CPU_LITTLE_ENDIAN load-$(CONFIG_SNI_RM) += 0xffffffff80600000 else load-$(CONFIG_SNI_RM) += 0xffffffff80030000 endif all-$(CONFIG_SNI_RM) := $(COMPRESSION_FNAME).ecoff # # # Common TXx9 # Common TXx9 # # Loading
arch/mips/sni/Makefile +0 −2 Original line number Original line Diff line number Diff line Loading @@ -4,5 +4,3 @@ obj-y += irq.o reset.o setup.o a20r.o rm200.o pcimt.o pcit.o time.o obj-y += irq.o reset.o setup.o a20r.o rm200.o pcimt.o pcit.o time.o obj-$(CONFIG_EISA) += eisa.o obj-$(CONFIG_EISA) += eisa.o EXTRA_CFLAGS += -Werror
arch/mips/sni/Platform 0 → 100644 +11 −0 Original line number Original line Diff line number Diff line # # SNI RM # platform-$(CONFIG_SNI_RM) += sni/ cflags-$(CONFIG_SNI_RM) += -I$(srctree)/arch/mips/include/asm/mach-rm ifdef CONFIG_CPU_LITTLE_ENDIAN load-$(CONFIG_SNI_RM) += 0xffffffff80600000 else load-$(CONFIG_SNI_RM) += 0xffffffff80030000 endif all-$(CONFIG_SNI_RM) := $(COMPRESSION_FNAME).ecoff