x86: sysreset: Allow reset driver to be included in SPL/TPL
[oweals/u-boot.git] / drivers / cache / Makefile
1
2 obj-$(CONFIG_CACHE) += cache-uclass.o
3 obj-$(CONFIG_SANDBOX) += sandbox_cache.o
4 obj-$(CONFIG_L2X0_CACHE) += cache-l2x0.o
5 obj-$(CONFIG_V5L2_CACHE) += cache-v5l2.o