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

MIPS: Jazz: Migrate to new platform makefile style.

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

+7 -9
+1
arch/mips/Kbuild.platforms
··· 3 3 platforms += alchemy 4 4 platforms += ar7 5 5 platforms += cobalt 6 + platforms += jazz 6 7 platforms += loongson 7 8 platforms += mipssim 8 9 platforms += pmc-sierra
-7
arch/mips/Makefile
··· 192 192 include $(srctree)/arch/mips/Kbuild.platforms 193 193 194 194 # 195 - # Acer PICA 61, Mips Magnum 4000 and Olivetti M700. 196 - # 197 - core-$(CONFIG_MACH_JAZZ) += arch/mips/jazz/ 198 - cflags-$(CONFIG_MACH_JAZZ) += -I$(srctree)/arch/mips/include/asm/mach-jazz 199 - load-$(CONFIG_MACH_JAZZ) += 0xffffffff80080000 200 - 201 - # 202 195 # DECstation family 203 196 # 204 197 core-$(CONFIG_MACH_DECSTATION) += arch/mips/dec/
-2
arch/mips/jazz/Makefile
··· 3 3 # 4 4 5 5 obj-y := irq.o jazzdma.o reset.o setup.o 6 - 7 - EXTRA_CFLAGS += -Werror
+6
arch/mips/jazz/Platform
··· 1 + # 2 + # Acer PICA 61, Mips Magnum 4000 and Olivetti M700. 3 + # 4 + platform-$(CONFIG_MACH_JAZZ) += jazz/ 5 + cflags-$(CONFIG_MACH_JAZZ) += -I$(srctree)/arch/mips/include/asm/mach-jazz 6 + load-$(CONFIG_MACH_JAZZ) += 0xffffffff80080000