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/cache/Makefile | |
| parent | b85ea95d086471afb4ad062012a4d73cd328fa86 (diff) | |
| download | linux-971f128bb2d9314203d365b7f163a5c35167bb6b.tar.gz linux-971f128bb2d9314203d365b7f163a5c35167bb6b.tar.bz2 linux-971f128bb2d9314203d365b7f163a5c35167bb6b.zip | |
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/cache/Makefile')
| -rw-r--r-- | drivers/cache/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/cache/Makefile b/drivers/cache/Makefile index 2012e7fb978d..7657cff3bd6c 100644 --- a/drivers/cache/Makefile +++ b/drivers/cache/Makefile @@ -1,3 +1,4 @@ # SPDX-License-Identifier: GPL-2.0 -obj-$(CONFIG_AX45MP_L2_CACHE) += ax45mp_cache.o +obj-$(CONFIG_AX45MP_L2_CACHE) += ax45mp_cache.o +obj-$(CONFIG_SIFIVE_CCACHE) += sifive_ccache.o |
