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

MIPS: Lasat: Migrate to new platform makefile style.

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

+8 -9
+1
arch/mips/Kbuild.platforms
··· 5 5 platforms += cobalt 6 6 platforms += dec 7 7 platforms += jazz 8 + platforms += lasat 8 9 platforms += loongson 9 10 platforms += mipssim 10 11 platforms += mti-malta
-7
arch/mips/Makefile
··· 191 191 # 192 192 include $(srctree)/arch/mips/Kbuild.platforms 193 193 194 - # 195 - # LASAT platforms 196 - # 197 - core-$(CONFIG_LASAT) += arch/mips/lasat/ 198 - cflags-$(CONFIG_LASAT) += -I$(srctree)/arch/mips/include/asm/mach-lasat 199 - load-$(CONFIG_LASAT) += 0xffffffff80000000 200 - 201 194 # NXP STB225 202 195 core-$(CONFIG_SOC_PNX833X) += arch/mips/nxp/pnx833x/common/ 203 196 cflags-$(CONFIG_SOC_PNX833X) += -Iarch/mips/include/asm/mach-pnx833x
-2
arch/mips/lasat/Makefile
··· 12 12 13 13 clean: 14 14 make -C image clean 15 - 16 - EXTRA_CFLAGS += -Werror
+7
arch/mips/lasat/Platform
··· 1 + # 2 + # LASAT platforms 3 + # 4 + platform-$(CONFIG_LASAT) += lasat/ 5 + cflags-$(CONFIG_LASAT) += \ 6 + -I$(srctree)/arch/mips/include/asm/mach-lasat 7 + load-$(CONFIG_LASAT) += 0xffffffff80000000