Commit 1fded93f authored by Thomas Bogendoerfer's avatar Thomas Bogendoerfer
Browse files

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: 26bff9eb ("MIPS: Only include the platformfile needed")
Signed-off-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
parent 8a4e2779
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
#
# Ralink SoC common stuff
#
core-$(CONFIG_RALINK)		+= arch/mips/ralink/
cflags-$(CONFIG_RALINK)		+= -I$(srctree)/arch/mips/include/asm/mach-ralink

#