summaryrefslogtreecommitdiff
path: root/drivers/memory/Makefile
diff options
context:
space:
mode:
authorRoger Quadros <[email protected]>2022-10-20 16:30:46 +0300
committerTom Rini <[email protected]>2022-10-26 15:21:11 -0400
commit2c120375e949807ce8e3b077d6537e2d8d69a87c (patch)
treeddc0bf5aa3151a16dd7b2d1cb45af9a318b59eca /drivers/memory/Makefile
parent27e6ebc5ea71c824234e862e55485de841ae29ac (diff)
dm: memory: Introduce new uclass
Introduce UCLASS_MEMORY for future Memory Controller device drivers. Signed-off-by: Roger Quadros <[email protected]> Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'drivers/memory/Makefile')
-rw-r--r--drivers/memory/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/memory/Makefile b/drivers/memory/Makefile
index fec52efb60e..b27f7018654 100644
--- a/drivers/memory/Makefile
+++ b/drivers/memory/Makefile
@@ -1,3 +1,5 @@
+obj-$(CONFIG_MEMORY) += memory-uclass.o
+obj-$(CONFIG_SANDBOX_MEMORY) += memory-sandbox.o
obj-$(CONFIG_STM32_FMC2_EBI) += stm32-fmc2-ebi.o
obj-$(CONFIG_TI_AEMIF) += ti-aemif.o