aboutsummaryrefslogtreecommitdiff
path: root/test/dm/Makefile
diff options
context:
space:
mode:
authorJens Wiklander <jens.wiklander@linaro.org>2018-09-25 16:40:19 +0200
committerTom Rini <trini@konsulko.com>2018-10-07 11:07:05 -0400
commita6ab4245d1543e6e9fa7277389457e792a987b7f (patch)
tree28c6d0f70698f24e7dbae35837b3f89b6e7e5dba /test/dm/Makefile
parenteadf26f1834666e6ad3ab8f17556d5939c88549e (diff)
downloadu-boot-a6ab4245d1543e6e9fa7277389457e792a987b7f.zip
u-boot-a6ab4245d1543e6e9fa7277389457e792a987b7f.tar.gz
u-boot-a6ab4245d1543e6e9fa7277389457e792a987b7f.tar.bz2
test: tee: test TEE uclass
Tests the TEE uclass with a sandbox tee driver. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org> [trini: initialize session to 0 in dm_test_tee] Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'test/dm/Makefile')
-rw-r--r--test/dm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dm/Makefile b/test/dm/Makefile
index 264f126..57c7dfb 100644
--- a/test/dm/Makefile
+++ b/test/dm/Makefile
@@ -51,4 +51,5 @@ obj-$(CONFIG_AXI) += axi.o
obj-$(CONFIG_MISC) += misc.o
obj-$(CONFIG_DM_SERIAL) += serial.o
obj-$(CONFIG_CPU) += cpu.o
+obj-$(CONFIG_TEE) += tee.o
endif