aboutsummaryrefslogtreecommitdiff
path: root/drivers/Makefile
diff options
context:
space:
mode:
authorRamon Fried <ramon.fried@gmail.com>2018-07-02 02:57:55 +0300
committerTom Rini <trini@konsulko.com>2018-07-19 16:31:37 -0400
commit7b384eccc785b596f68448b155cbda26df57fb23 (patch)
tree77d623c310e8050de65ecc655a46dee7b3f81933 /drivers/Makefile
parentb19886b9469174213877ef37670ce35c55acb456 (diff)
downloadu-boot-7b384eccc785b596f68448b155cbda26df57fb23.zip
u-boot-7b384eccc785b596f68448b155cbda26df57fb23.tar.gz
u-boot-7b384eccc785b596f68448b155cbda26df57fb23.tar.bz2
dm: SMEM (Shared memory) uclass
This is a uclass for Shared memory manager drivers. A Shared Memory Manager driver implements an interface for allocating and accessing items in the memory area shared among all of the processors. Signed-off-by: Ramon Fried <ramon.fried@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'drivers/Makefile')
-rw-r--r--drivers/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/Makefile b/drivers/Makefile
index 66834c3..276e5ee 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -98,6 +98,7 @@ obj-y += pwm/
obj-y += reset/
obj-y += input/
# SOC specific infrastructure drivers.
+obj-y += smem/
obj-y += soc/
obj-$(CONFIG_REMOTEPROC) += remoteproc/
obj-y += thermal/