xref: /u-boot/drivers/cache/Makefile
  • Home
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • current directory
1
2obj-$(CONFIG_$(SPL_TPL_)CACHE) += cache-uclass.o
3obj-$(CONFIG_SANDBOX) += sandbox_cache.o
4obj-$(CONFIG_L2X0_CACHE) += cache-l2x0.o
5obj-$(CONFIG_NCORE_CACHE) += cache-ncore.o
6obj-$(CONFIG_V5L2_CACHE) += cache-v5l2.o
7obj-$(CONFIG_SIFIVE_CCACHE) += cache-sifive-ccache.o
8

Last Index update Fri Aug 22 08:59:00 CST 2025