MIPS: ralink: Don't include objects twice
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>
Thu, 14 May 2020 14:31:22 +0000 (16:31 +0200)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Fri, 15 May 2020 07:10:07 +0000 (09:10 +0200)
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 <tsbogend@alpha.franken.de>
arch/mips/ralink/Platform

index 6095fcc..02ee079 100644 (file)
@@ -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
 
 #