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

MIPS: EMMA: Migrate to new platform makefile style.

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

+11 -12
+1
arch/mips/Kbuild.platforms
··· 7 7 platforms += cavium-octeon 8 8 platforms += cobalt 9 9 platforms += dec 10 + platforms += emma 10 11 platforms += jazz 11 12 platforms += lasat 12 13 platforms += loongson
-12
arch/mips/Makefile
··· 217 217 libs-$(CONFIG_PNX8550_STB810) += arch/mips/nxp/pnx8550/stb810/ 218 218 load-$(CONFIG_PNX8550_STB810) += 0xffffffff80060000 219 219 220 - # 221 - # Common NEC EMMAXXX 222 - # 223 - core-$(CONFIG_SOC_EMMA2RH) += arch/mips/emma/common/ 224 - cflags-$(CONFIG_SOC_EMMA2RH) += -I$(srctree)/arch/mips/include/asm/mach-emma2rh 225 - 226 - # 227 - # NEC EMMA2RH Mark-eins 228 - # 229 - core-$(CONFIG_NEC_MARKEINS) += arch/mips/emma/markeins/ 230 - load-$(CONFIG_NEC_MARKEINS) += 0xffffffff88100000 231 - 232 220 cflags-y += -I$(srctree)/arch/mips/include/asm/mach-generic 233 221 drivers-$(CONFIG_PCI) += arch/mips/pci/ 234 222
+6
arch/mips/emma/Makefile
··· 1 + obj-$(CONFIG_SOC_EMMA2RH) += common/ 2 + 3 + # 4 + # NEC EMMA2RH Mark-eins 5 + # 6 + obj-$(CONFIG_NEC_MARKEINS) += markeins/
+4
arch/mips/emma/Platform
··· 1 + platform-$(CONFIG_SOC_EMMA2RH) += emma/ 2 + cflags-$(CONFIG_SOC_EMMA2RH) += \ 3 + -I$(srctree)/arch/mips/include/asm/mach-emma2rh 4 + load-$(CONFIG_NEC_MARKEINS) += 0xffffffff88100000