diff options
Diffstat (limited to 'drivers/cache/Makefile')
-rw-r--r-- | drivers/cache/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/cache/Makefile b/drivers/cache/Makefile new file mode 100644 index 0000000000..9deb961d91 --- /dev/null +++ b/drivers/cache/Makefile @@ -0,0 +1,4 @@ + +obj-$(CONFIG_CACHE) += cache-uclass.o +obj-$(CONFIG_SANDBOX) += sandbox_cache.o +obj-$(CONFIG_L2X0_CACHE) += cache-l2x0.o |