diff options
| author | AKASHI Takahiro <[email protected]> | 2022-04-15 16:15:37 +0900 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2022-04-23 22:05:34 +0200 |
| commit | 8ff50227befdc778eb2cb239b778ed1ed843bf33 (patch) | |
| tree | 09d5f712cbb3b115dea9d092d5fad238102ee6a6 /test/dm/Makefile | |
| parent | b77324d83159db003c978f46303223b30cd1e041 (diff) | |
test: dm: add tests for tag support
The new test covers all tag-related interfaces.
Signed-off-by: AKASHI Takahiro <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'test/dm/Makefile')
| -rw-r--r-- | test/dm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dm/Makefile b/test/dm/Makefile index 9a1a904d906..f0a7c97e3d1 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 |
