soc: starfive: remove stale Makefile entry
authorArnd Bergmann <arnd@arndb.de>
Sun, 23 Jul 2023 08:46:36 +0000 (10:46 +0200)
committerArnd Bergmann <arnd@arndb.de>
Wed, 26 Jul 2023 12:40:53 +0000 (14:40 +0200)
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 <lkp@intel.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
drivers/soc/Makefile

index 3b0f9fb..efdcd42 100644 (file)
@@ -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/