]> git.proxmox.com Git - mirror_qemu.git/blobdiff - fsdev/Makefile.objs
block: Declare blockdev-add and blockdev-del supported
[mirror_qemu.git] / fsdev / Makefile.objs
index c27dad3f6dc713bfb0474191db98fc7795f96df5..659df6e18767dbc016cd87b72f66c8293b42d35f 100644 (file)
@@ -1,11 +1,11 @@
 ifeq ($(CONFIG_VIRTIO)$(CONFIG_VIRTFS)$(CONFIG_PCI),yyy)
 # Lots of the fsdev/9pcode is pulled in by vl.c via qemu_fsdev_add.
 # only pull in the actual virtio-9p device if we also enabled virtio.
-common-obj-y = qemu-fsdev.o virtio-9p-marshal.o
+common-obj-y = qemu-fsdev.o 9p-marshal.o 9p-iov-marshal.o
 else
 common-obj-y = qemu-fsdev-dummy.o
 endif
-common-obj-y += qemu-fsdev-opts.o
+common-obj-y += qemu-fsdev-opts.o qemu-fsdev-throttle.o
 
 # Toplevel always builds this; targets without virtio will put it in
 # common-obj-y