diff options
Diffstat (limited to 'drivers/cache/Makefile')
| -rw-r--r-- | drivers/cache/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/cache/Makefile b/drivers/cache/Makefile new file mode 100644 index 000000000000..b3362b15d6c1 --- /dev/null +++ b/drivers/cache/Makefile @@ -0,0 +1,7 @@ +# 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 + +obj-$(CONFIG_HISI_SOC_HHA) += hisi_soc_hha.o |
