aboutsummaryrefslogtreecommitdiff
path: root/test/dm/Makefile
diff options
context:
space:
mode:
authorAKASHI Takahiro <takahiro.akashi@linaro.org>2022-04-15 16:15:37 +0900
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2022-04-23 22:05:34 +0200
commit8ff50227befdc778eb2cb239b778ed1ed843bf33 (patch)
tree09d5f712cbb3b115dea9d092d5fad238102ee6a6 /test/dm/Makefile
parentb77324d83159db003c978f46303223b30cd1e041 (diff)
downloadu-boot-8ff50227befdc778eb2cb239b778ed1ed843bf33.zip
u-boot-8ff50227befdc778eb2cb239b778ed1ed843bf33.tar.gz
u-boot-8ff50227befdc778eb2cb239b778ed1ed843bf33.tar.bz2
test: dm: add tests for tag support
The new test covers all tag-related interfaces. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org>
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 9a1a904..f0a7c97 100644
--- a/test/dm/Makefile
+++ b/test/dm/Makefile
@@ -102,6 +102,7 @@ obj-y += syscon.o
obj-$(CONFIG_RESET_SYSCON) += syscon-reset.o
obj-$(CONFIG_SYSINFO) += sysinfo.o
obj-$(CONFIG_SYSINFO_GPIO) += sysinfo-gpio.o
+obj-$(CONFIG_UT_DM) += tag.o
obj-$(CONFIG_TEE) += tee.o
obj-$(CONFIG_TIMER) += timer.o
obj-$(CONFIG_DM_USB) += usb.o