summaryrefslogtreecommitdiff
path: root/drivers/cache/Makefile
diff options
context:
space:
mode:
authorLey Foon Tan <[email protected]>2019-11-27 15:55:24 +0800
committerMarek Vasut <[email protected]>2020-01-07 14:38:33 +0100
commitfec7ddc1907c1c86be6849de0fab7466b79cd834 (patch)
treedcaccf9cdee76d3a6b260ba2811adc4758a912de /drivers/cache/Makefile
parentb4a20cb3002532bf3e6b1e496eacefafa4af2978 (diff)
cache: Add Arteris Ncore cache coherent unit driver
Add Cache Coherency Unit (CCU) driver. CCU is to ensures consistency of shared data between multi masters in the system. Driver initializes CCU's directories and coherency agent interfaces in CCU IP. Signed-off-by: Ley Foon Tan <[email protected]> Reviewed-by: Simon Goldschmidt <[email protected]>
Diffstat (limited to 'drivers/cache/Makefile')
-rw-r--r--drivers/cache/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/cache/Makefile b/drivers/cache/Makefile
index 924217044a0..fed50be3f98 100644
--- a/drivers/cache/Makefile
+++ b/drivers/cache/Makefile
@@ -2,4 +2,5 @@
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