diff mbox series

MIPS: ralink: Don't include objects twice

Message ID 20200514143401.66888-1-tsbogend@alpha.franken.de (mailing list archive)
State Mainlined
Commit 1fded93fb154a75d99823b0492dfb1688958d64a
Headers show
Series MIPS: ralink: Don't include objects twice | expand

Commit Message

Thomas Bogendoerfer May 14, 2020, 2:34 p.m. UTC
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 | 1 -
 1 file changed, 1 deletion(-)

Comments

Thomas Bogendoerfer May 15, 2020, 7:22 a.m. UTC | #1
On Thu, May 14, 2020 at 04:34:00PM +0200, Thomas Bogendoerfer wrote:
> 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 | 1 -
>  1 file changed, 1 deletion(-)

applied to mips-next.

Thomas.
diff mbox series

Patch

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
 
 #