diff options
author | Conor Dooley <conor.dooley@microchip.com> | 2023-10-12 10:22:09 +0100 |
---|---|---|
committer | Conor Dooley <conor.dooley@microchip.com> | 2023-11-22 11:49:25 +0000 |
commit | 971f128bb2d9314203d365b7f163a5c35167bb6b (patch) | |
tree | 02621c55ef75335d80a5c7d75bd8aaefb5e8238b /drivers/soc/Makefile | |
parent | b85ea95d086471afb4ad062012a4d73cd328fa86 (diff) |
soc: sifive: shunt ccache driver to drivers/cache
Move the ccache driver over to drivers/cache, out of the drivers/soc
dumping ground, to this new collection point for cache controller
drivers.
Reviewed-by: Samuel Holland <samuel.holland@sifive.com>
Tested-by: Samuel Holland <samuel.holland@sifive.com>
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
Diffstat (limited to 'drivers/soc/Makefile')
-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 0706a27d13be..ba8f5b5460e1 100644 --- a/drivers/soc/Makefile +++ b/drivers/soc/Makefile @@ -28,7 +28,6 @@ obj-y += qcom/ obj-y += renesas/ obj-y += rockchip/ obj-$(CONFIG_SOC_SAMSUNG) += samsung/ -obj-y += sifive/ obj-y += sunxi/ obj-$(CONFIG_ARCH_TEGRA) += tegra/ obj-y += ti/ |