mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
64e8482f1c
This driver is currently responsible for enabling the clock gating feature of SiFive pre core's private L2 cache. Signed-off-by: Zong Li <zong.li@sifive.com> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
8 lines
316 B
Makefile
8 lines
316 B
Makefile
|
|
obj-$(CONFIG_$(SPL_TPL_)CACHE) += cache-uclass.o
|
|
obj-$(CONFIG_SANDBOX) += sandbox_cache.o
|
|
obj-$(CONFIG_L2X0_CACHE) += cache-l2x0.o
|
|
obj-$(CONFIG_NCORE_CACHE) += cache-ncore.o
|
|
obj-$(CONFIG_V5L2_CACHE) += cache-v5l2.o
|
|
obj-$(CONFIG_SIFIVE_CCACHE) += cache-sifive-ccache.o
|
|
obj-$(CONFIG_SIFIVE_PL2) += cache-sifive-pl2.o
|