[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200514143401.66888-1-tsbogend@alpha.franken.de>
Date: Thu, 14 May 2020 16:34:00 +0200
From: Thomas Bogendoerfer <tsbogend@...ha.franken.de>
To: John Crispin <john@...ozen.org>, linux-mips@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] 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 <tsbogend@...ha.franken.de>
---
arch/mips/ralink/Platform | 1 -
1 file changed, 1 deletion(-)
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
#
--
2.16.4
Powered by blists - more mailing lists