summaryrefslogtreecommitdiff
path: root/drivers/sm/Makefile
diff options
context:
space:
mode:
authorAlexey Romanov <[email protected]>2023-09-21 11:13:35 +0300
committerNeil Armstrong <[email protected]>2023-10-15 12:23:48 +0200
commit9ec6db32ca04b41330225d96f44eb6a4d8e97e7e (patch)
tree9d89c8065e65d7f286172d4d313ede9aedd12396 /drivers/sm/Makefile
parentc52cd07407af6467d68f1ed9dd180fb72bbf0313 (diff)
sandbox: add sandbox sm uclass driver
This patch adds sandbox secure monitor driver. Signed-off-by: Alexey Romanov <[email protected]> Reviewed-by: Simon Glass <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Neil Armstrong <[email protected]>
Diffstat (limited to 'drivers/sm/Makefile')
-rw-r--r--drivers/sm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/sm/Makefile b/drivers/sm/Makefile
index 9f4683ba064..af5f475c2b2 100644
--- a/drivers/sm/Makefile
+++ b/drivers/sm/Makefile
@@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
obj-y += sm-uclass.o
+obj-$(CONFIG_SANDBOX) += sandbox-sm.o