mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 06:01:57 +00:00
cabff60ca7
Add StarFive Starlink cache management driver. The driver enables RISC-V non-standard cache operation on SoC that does not support Zicbom extension instructions. Signed-off-by: Joshua Yeong <joshua.yeong@starfivetech.com> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
6 lines
200 B
Makefile
6 lines
200 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
obj-$(CONFIG_AX45MP_L2_CACHE) += ax45mp_cache.o
|
|
obj-$(CONFIG_SIFIVE_CCACHE) += sifive_ccache.o
|
|
obj-$(CONFIG_STARFIVE_STARLINK_CACHE) += starfive_starlink_cache.o
|