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

MIPS: Fix builds for VR41xx platforms

Changing inclusion of Platform files, broke VR41xx platforms. Add Makefile
to vr41xx directory and traverse subdirs from it.

Fixes: 26bff9eb49201aeb ("MIPS: Only include the platformfile needed")
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>

+5 -3
+5
arch/mips/vr41xx/Makefile
··· 1 + # SPDX-License-Identifier: GPL-2.0 2 + # 3 + obj-$(CONFIG_MACH_VR41XX) += common/ 4 + obj-$(CONFIG_CASIO_E55) += casio-e55/ 5 + obj-$(CONFIG_IBM_WORKPAD) += ibm-workpad/
-3
arch/mips/vr41xx/Platform
··· 1 1 # 2 2 # NEC VR4100 series based machines 3 3 # 4 - platform-$(CONFIG_MACH_VR41XX) += vr41xx/common/ 5 4 cflags-$(CONFIG_MACH_VR41XX) += -I$(srctree)/arch/mips/include/asm/mach-vr41xx 6 5 7 6 # 8 7 # CASIO CASSIPEIA E-55/65 (VR4111) 9 8 # 10 - platform-$(CONFIG_CASIO_E55) += vr41xx/casio-e55/ 11 9 load-$(CONFIG_CASIO_E55) += 0xffffffff80004000 12 10 13 11 # 14 12 # IBM WorkPad z50 (VR4121) 15 13 # 16 - platform-$(CONFIG_IBM_WORKPAD) += vr41xx/ibm-workpad/ 17 14 load-$(CONFIG_IBM_WORKPAD) += 0xffffffff80004000 18 15 19 16 #