aboutsummaryrefslogtreecommitdiff
path: root/drivers/virtio/Makefile
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2018-10-15 02:21:01 -0700
committerSimon Glass <sjg@chromium.org>2018-11-14 09:16:27 -0800
commitc011641ec4fcb61d1335f61b413117c1b7d83e5e (patch)
treefbe2ad2f529009817ee9e90c5fec12da5a473da9 /drivers/virtio/Makefile
parent8fb49b4c7a820461db7c11dce767f36fd6395cac (diff)
downloadu-boot-c011641ec4fcb61d1335f61b413117c1b7d83e5e.zip
u-boot-c011641ec4fcb61d1335f61b413117c1b7d83e5e.tar.gz
u-boot-c011641ec4fcb61d1335f61b413117c1b7d83e5e.tar.bz2
virtio: Add codes for virtual queue/ring management
This adds support for managing virtual queue/ring, the channel for high performance I/O between host and guest. Signed-off-by: Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi> Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/virtio/Makefile')
-rw-r--r--drivers/virtio/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/virtio/Makefile b/drivers/virtio/Makefile
index 23e7be7..17d264a 100644
--- a/drivers/virtio/Makefile
+++ b/drivers/virtio/Makefile
@@ -3,4 +3,4 @@
# Copyright (C) 2018, Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
# Copyright (C) 2018, Bin Meng <bmeng.cn@gmail.com>
-obj-y += virtio-uclass.o
+obj-y += virtio-uclass.o virtio_ring.o