diff options
author | Arnd Bergmann <arnd@arndb.de> | 2023-07-23 10:46:36 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2023-07-26 14:40:53 +0200 |
commit | 00eb53b08cf5f4d8919a49c10ffd122647478aae (patch) | |
tree | 1ac2db59571ff95d40637c2bb98dbb876f4aa0e0 | |
parent | b43f11e5b453a9c48159d7121c88d79d81901276 (diff) | |
download | linux-stable-00eb53b08cf5f4d8919a49c10ffd122647478aae.tar.gz linux-stable-00eb53b08cf5f4d8919a49c10ffd122647478aae.tar.bz2 linux-stable-00eb53b08cf5f4d8919a49c10ffd122647478aae.zip |
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 <lkp@intel.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-rw-r--r-- | drivers/soc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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/ |