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

MIPS: DECstation: Migrate to new platform makefile style.

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

+9 -10
+1
arch/mips/Kbuild.platforms
··· 3 3 platforms += alchemy 4 4 platforms += ar7 5 5 platforms += cobalt 6 + platforms += dec 6 7 platforms += jazz 7 8 platforms += loongson 8 9 platforms += mipssim
-8
arch/mips/Makefile
··· 192 192 include $(srctree)/arch/mips/Kbuild.platforms 193 193 194 194 # 195 - # DECstation family 196 - # 197 - core-$(CONFIG_MACH_DECSTATION) += arch/mips/dec/ 198 - cflags-$(CONFIG_MACH_DECSTATION)+= -I$(srctree)/arch/mips/include/asm/mach-dec 199 - libs-$(CONFIG_MACH_DECSTATION) += arch/mips/dec/prom/ 200 - load-$(CONFIG_MACH_DECSTATION) += 0xffffffff80040000 201 - 202 - # 203 195 # Wind River PPMC Board (4KC + GT64120) 204 196 # 205 197 core-$(CONFIG_WR_PPMC) += arch/mips/gt64120/wrppmc/
-2
arch/mips/dec/Makefile
··· 8 8 obj-$(CONFIG_PROM_CONSOLE) += promcon.o 9 9 obj-$(CONFIG_TC) += tc.o 10 10 obj-$(CONFIG_CPU_HAS_WB) += wbflush.o 11 - 12 - EXTRA_CFLAGS += -Werror
+8
arch/mips/dec/Platform
··· 1 + # 2 + # DECstation family 3 + # 4 + platform-$(CONFIG_MACH_DECSTATION) = dec/ 5 + cflags-$(CONFIG_MACH_DECSTATION) += \ 6 + -I$(srctree)/arch/mips/include/asm/mach-dec 7 + libs-$(CONFIG_MACH_DECSTATION) += arch/mips/dec/prom/ 8 + load-$(CONFIG_MACH_DECSTATION) += 0xffffffff80040000