From: Arnd Bergmann Date: Sun, 23 Jul 2023 08:46:36 +0000 (+0200) Subject: soc: starfive: remove stale Makefile entry X-Git-Tag: v6.6-rc1~134^2~11 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=00eb53b08cf5f4d8919a49c10ffd122647478aae;p=linux-block.git 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: f3fb16291f486 ("soc: starfive: Move the power-domain driver to the genpd dir") Reported=by: kernel test robot Acked-by: Conor Dooley Signed-off-by: Arnd Bergmann --- diff --git a/drivers/soc/Makefile b/drivers/soc/Makefile index 3b0f9fb3b5c8..efdcd42f68cb 100644 --- a/drivers/soc/Makefile +++ b/drivers/soc/Makefile @@ -29,7 +29,6 @@ obj-y += renesas/ obj-y += rockchip/ obj-$(CONFIG_SOC_SAMSUNG) += samsung/ obj-y += sifive/ -obj-$(CONFIG_SOC_STARFIVE) += starfive/ obj-y += sunxi/ obj-$(CONFIG_ARCH_TEGRA) += tegra/ obj-y += ti/