summaryrefslogtreecommitdiffstats
path: root/hw/virtio/Makefile.objs
diff options
context:
space:
mode:
authorJuan Quintela2019-01-03 15:10:10 +0100
committerMichael S. Tsirkin2019-01-18 03:10:57 +0100
commitf386df1744837b17f946fa4ced87bf421be4e65e (patch)
tree0957b68f0970f56b15de48ca86599cf70da9685f /hw/virtio/Makefile.objs
parentvirtio: split virtio net bits from virtio-pci (diff)
downloadqemu-f386df1744837b17f946fa4ced87bf421be4e65e.tar.gz
qemu-f386df1744837b17f946fa4ced87bf421be4e65e.tar.xz
qemu-f386df1744837b17f946fa4ced87bf421be4e65e.zip
virtio: split virtio serial bits from virtio-pci
Virtio console and qga tests also depend on CONFIG_VIRTIO_SERIAL. Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Laurent Vivier <lvivier@redhat.com> Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/virtio/Makefile.objs')
-rw-r--r--hw/virtio/Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/virtio/Makefile.objs b/hw/virtio/Makefile.objs
index 4c31acb017..ea7913d532 100644
--- a/hw/virtio/Makefile.objs
+++ b/hw/virtio/Makefile.objs
@@ -24,6 +24,7 @@ obj-$(CONFIG_VIRTIO_9P) += virtio-9p-pci.o
obj-$(CONFIG_VIRTIO_SCSI) += virtio-scsi-pci.o
obj-$(CONFIG_VIRTIO_BLK) += virtio-blk-pci.o
obj-$(CONFIG_VIRTIO_NET) += virtio-net-pci.o
+obj-$(CONFIG_VIRTIO_SERIAL) += virtio-serial-pci.o
endif
endif