summaryrefslogtreecommitdiff
path: root/hw/9pfs/Makefile.objs
diff options
context:
space:
mode:
authorStefano Stabellini <sstabellini@kernel.org>2017-03-22 10:17:09 -0700
committerStefano Stabellini <sstabellini@kernel.org>2017-04-25 11:04:33 -0700
commite737b6d5c3d69bde91c8cc554a8ce6d20e14feaa (patch)
treef33d951279d6c6bc5fcfaea79fe26182716d2208 /hw/9pfs/Makefile.objs
parent4476e09e34d4257d2bfbdb70d106a154f42c928b (diff)
downloadqemu-e737b6d5c3d69bde91c8cc554a8ce6d20e14feaa.tar.gz
xen/9pfs: build and register Xen 9pfs backend
Signed-off-by: Stefano Stabellini <stefano@aporeto.com> Reviewed-by: Greg Kurz <groug@kaod.org> CC: anthony.perard@citrix.com CC: jgross@suse.com CC: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> CC: Greg Kurz <groug@kaod.org>
Diffstat (limited to 'hw/9pfs/Makefile.objs')
-rw-r--r--hw/9pfs/Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/9pfs/Makefile.objs b/hw/9pfs/Makefile.objs
index 32197e6671..cab5e942ed 100644
--- a/hw/9pfs/Makefile.objs
+++ b/hw/9pfs/Makefile.objs
@@ -5,5 +5,6 @@ common-obj-y += coth.o cofs.o codir.o cofile.o
common-obj-y += coxattr.o 9p-synth.o
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