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