From: Thomas Bogendoerfer Date: Thu, 14 May 2020 14:31:22 +0000 (+0200) Subject: MIPS: ralink: Don't include objects twice X-Git-Tag: microblaze-v5.10~668^2~59 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=1fded93fb154a75d99823b0492dfb1688958d64a;p=linux-2.6-microblaze.git MIPS: ralink: Don't include objects twice With the change of platform file inclusion object were included via platform-y and core-y. Remove the core-y part to fix it. Fixes: 26bff9eb49201aeb ("MIPS: Only include the platformfile needed") Signed-off-by: Thomas Bogendoerfer --- diff --git a/arch/mips/ralink/Platform b/arch/mips/ralink/Platform index 6095fcc334f4..02ee0791481d 100644 --- a/arch/mips/ralink/Platform +++ b/arch/mips/ralink/Platform @@ -1,7 +1,6 @@ # # Ralink SoC common stuff # -core-$(CONFIG_RALINK) += arch/mips/ralink/ cflags-$(CONFIG_RALINK) += -I$(srctree)/arch/mips/include/asm/mach-ralink #