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

MIPS: Move Cobalt Makefile parts to their own Platform file

Signed-off-by: Yoichi Yuasa <yuasa@linux-mips.org>
Cc: linux-mips <linux-mips@linux-mips.org>
Patchwork: https://patchwork.linux-mips.org/patch/1321/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by

Yoichi Yuasa and committed by
Ralf Baechle
5c6aecbd 6a0cd4dc

+7 -9
+1
arch/mips/Kbuild.platforms
··· 2 2 3 3 platforms += alchemy 4 4 platforms += ar7 5 + platforms += cobalt 5 6 platforms += loongson 6 7 platforms += mipssim 7 8 platforms += sgi-ip27
-7
arch/mips/Makefile
··· 199 199 load-$(CONFIG_MACH_JAZZ) += 0xffffffff80080000 200 200 201 201 # 202 - # Cobalt Server 203 - # 204 - core-$(CONFIG_MIPS_COBALT) += arch/mips/cobalt/ 205 - cflags-$(CONFIG_MIPS_COBALT) += -I$(srctree)/arch/mips/include/asm/mach-cobalt 206 - load-$(CONFIG_MIPS_COBALT) += 0xffffffff80080000 207 - 208 - # 209 202 # DECstation family 210 203 # 211 204 core-$(CONFIG_MACH_DECSTATION) += arch/mips/dec/
-2
arch/mips/cobalt/Makefile
··· 7 7 obj-$(CONFIG_PCI) += pci.o 8 8 obj-$(CONFIG_EARLY_PRINTK) += console.o 9 9 obj-$(CONFIG_MTD_PHYSMAP) += mtd.o 10 - 11 - EXTRA_CFLAGS += -Werror
+6
arch/mips/cobalt/Platform
··· 1 + # 2 + # Cobalt Server 3 + # 4 + platform-$(CONFIG_MIPS_COBALT) += cobalt/ 5 + cflags-$(CONFIG_MIPS_COBALT) += -I$(srctree)/arch/mips/include/asm/mach-cobalt 6 + load-$(CONFIG_MIPS_COBALT) += 0xffffffff80080000