commit | 1fded93fb154a75d99823b0492dfb1688958d64a | [log] [tgz] |
---|---|---|
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | Thu May 14 16:31:22 2020 +0200 |
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | Fri May 15 09:10:07 2020 +0200 |
tree | 8432c13115c7f4cb5039a615a22763d6da0a8bcb | |
parent | 8a4e2779570fe29da33e99a1c9addc4205110819 [diff] |
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@alpha.franken.de>