summaryrefslogtreecommitdiff
path: root/hw/9pfs/Makefile.objs
diff options
context:
space:
mode:
Diffstat (limited to 'hw/9pfs/Makefile.objs')
-rw-r--r--hw/9pfs/Makefile.objs2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/9pfs/Makefile.objs b/hw/9pfs/Makefile.objs
index cab5e942ed..fd90b62900 100644
--- a/hw/9pfs/Makefile.objs
+++ b/hw/9pfs/Makefile.objs
@@ -7,4 +7,4 @@ common-obj-$(CONFIG_OPEN_BY_HANDLE) += 9p-handle.o
common-obj-y += 9p-proxy.o
common-obj-$(CONFIG_XEN) += xen-9p-backend.o
-obj-y += virtio-9p-device.o
+obj-$(CONFIG_VIRTIO) += virtio-9p-device.o