Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: Malta: Migrate to new platform makefile style.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

+8 -10
+1
arch/mips/Kbuild.platforms
··· 7 7 platforms += jazz 8 8 platforms += loongson 9 9 platforms += mipssim 10 + platforms += mti-malta 10 11 platforms += pmc-sierra 11 12 platforms += sgi-ip22 12 13 platforms += sgi-ip27
-8
arch/mips/Makefile
··· 199 199 load-$(CONFIG_WR_PPMC) += 0xffffffff80100000 200 200 201 201 # 202 - # MIPS Malta board 203 - # 204 - core-$(CONFIG_MIPS_MALTA) += arch/mips/mti-malta/ 205 - cflags-$(CONFIG_MIPS_MALTA) += -I$(srctree)/arch/mips/include/asm/mach-malta 206 - load-$(CONFIG_MIPS_MALTA) += 0xffffffff80100000 207 - all-$(CONFIG_MIPS_MALTA) := $(COMPRESSION_FNAME).bin 208 - 209 - # 210 202 # LASAT platforms 211 203 # 212 204 core-$(CONFIG_LASAT) += arch/mips/lasat/
-2
arch/mips/mti-malta/Makefile
··· 15 15 16 16 # FIXME FIXME FIXME 17 17 obj-$(CONFIG_MIPS_MT_SMTC) += malta-smtc.o 18 - 19 - EXTRA_CFLAGS += -Werror
+7
arch/mips/mti-malta/Platform
··· 1 + # 2 + # MIPS Malta board 3 + # 4 + platform-$(CONFIG_MIPS_MALTA) += mti-malta/ 5 + cflags-$(CONFIG_MIPS_MALTA) += -I$(srctree)/arch/mips/include/asm/mach-malta 6 + load-$(CONFIG_MIPS_MALTA) += 0xffffffff80100000 7 + all-$(CONFIG_MIPS_MALTA) := $(COMPRESSION_FNAME).bin