mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-01-25 11:25:17 +00:00
9ec6db32ca
This patch adds sandbox secure monitor driver. Signed-off-by: Alexey Romanov <avromanov@salutedevices.com> Reviewed-by: Simon Glass <sjg@chromium.org> Link: https://lore.kernel.org/r/20230921081346.22157-3-avromanov@salutedevices.com Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
4 lines
100 B
Makefile
4 lines
100 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
obj-y += sm-uclass.o
|
|
obj-$(CONFIG_SANDBOX) += sandbox-sm.o
|