diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2018-10-15 02:21:26 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2018-11-14 09:16:28 -0800 |
commit | 4f89d4947c9ecb2e859f70a6aed2e0c18d63fb54 (patch) | |
tree | ca46eea8d5603ccef536cf296eb861f6d41226c4 /test/dm/Makefile | |
parent | 640aae0fb1f8b5741e62782cf06fc0f1beb0f612 (diff) | |
download | u-boot-4f89d4947c9ecb2e859f70a6aed2e0c18d63fb54.tar.gz |
test: dm: virtio: Add test cases for virtio uclass
Now that we have a sandbox virtio transport driver, add some test
cases to test virtio uclass driver.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
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 b490cf2862..213e0fda94 100644 --- a/test/dm/Makefile +++ b/test/dm/Makefile @@ -53,4 +53,5 @@ obj-$(CONFIG_MISC) += misc.o obj-$(CONFIG_DM_SERIAL) += serial.o obj-$(CONFIG_CPU) += cpu.o obj-$(CONFIG_TEE) += tee.o +obj-$(CONFIG_VIRTIO_SANDBOX) += virtio.o endif |