Skip to content

Commit 00eb53b

Browse files
committed
soc: starfive: remove stale Makefile entry
After the only starfive driver was moved out to the genpd subsystem, we get a build failure: scripts/Makefile.build:41: drivers/soc/starfive/Makefile: No such file or directory Fixes: f3fb162 ("soc: starfive: Move the power-domain driver to the genpd dir") Reported=by: kernel test robot <lkp@intel.com> Acked-by: Conor Dooley <conor.dooley@microchip.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent b43f11e commit 00eb53b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/soc/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ obj-y += renesas/
2929
obj-y += rockchip/
3030
obj-$(CONFIG_SOC_SAMSUNG) += samsung/
3131
obj-y += sifive/
32-
obj-$(CONFIG_SOC_STARFIVE) += starfive/
3332
obj-y += sunxi/
3433
obj-$(CONFIG_ARCH_TEGRA) += tegra/
3534
obj-y += ti/

0 commit comments

Comments
 (0)