aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/drivers/cache/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/drivers/cache/Makefile')
-rw-r--r--roms/u-boot/drivers/cache/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/roms/u-boot/drivers/cache/Makefile b/roms/u-boot/drivers/cache/Makefile
new file mode 100644
index 000000000..fed50be3f
--- /dev/null
+++ b/roms/u-boot/drivers/cache/Makefile
@@ -0,0 +1,6 @@
+
+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