--- zzzz-none-000/linux-3.10.107/arch/mips/lantiq/Platform 2017-06-27 09:49:32.000000000 +0000 +++ vr9-7490-729/linux-3.10.107/arch/mips/lantiq/Platform 2021-11-10 11:53:54.000000000 +0000 @@ -5,5 +5,16 @@ platform-$(CONFIG_LANTIQ) += lantiq/ cflags-$(CONFIG_LANTIQ) += -I$(srctree)/arch/mips/include/asm/mach-lantiq load-$(CONFIG_LANTIQ) = 0xffffffff80002000 + +cflags-$(CONFIG_SOC_AR10) += -I$(srctree)/arch/mips/include/asm/mach-lantiq/common +cflags-$(CONFIG_SOC_AR10) += -I$(srctree)/arch/mips/include/asm/mach-lantiq/ar10 +cflags-$(CONFIG_SOC_AR10) += -I$(srctree)/arch/mips/lantiq/common +cflags-$(CONFIG_SOC_AR10) += -I$(srctree)/arch/mips/lantiq/ar10 + +cflags-$(CONFIG_SOC_VR9) += -I$(srctree)/arch/mips/include/asm/mach-lantiq/common +cflags-$(CONFIG_SOC_VR9) += -I$(srctree)/arch/mips/include/asm/mach-lantiq/vr9 +cflags-$(CONFIG_SOC_VR9) += -I$(srctree)/arch/mips/lantiq/common +cflags-$(CONFIG_SOC_VR9) += -I$(srctree)/arch/mips/lantiq/vr9 + cflags-$(CONFIG_SOC_TYPE_XWAY) += -I$(srctree)/arch/mips/include/asm/mach-lantiq/xway cflags-$(CONFIG_SOC_FALCON) += -I$(srctree)/arch/mips/include/asm/mach-lantiq/falcon