obj-$(CONFIG_$(PHASE_)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_ANDES_L2_CACHE) += cache-andes-l2.o | |
obj-$(CONFIG_SIFIVE_CCACHE) += cache-sifive-ccache.o | |
obj-$(CONFIG_SIFIVE_PL2) += cache-sifive-pl2.o |