]> git.proxmox.com Git - mirror_qemu.git/blame - hw/9pfs/Makefile.objs
9p: remove support for the "handle" backend
[mirror_qemu.git] / hw / 9pfs / Makefile.objs
CommitLineData
b5dfdb08 1ifeq ($(call lor,$(CONFIG_VIRTIO_9P),$(CONFIG_XEN)),y)
6482a961 2common-obj-y = 9p.o 9p-util.o
267ae092
WL
3common-obj-y += 9p-local.o 9p-xattr.o
4common-obj-y += 9p-xattr-user.o 9p-posix-acl.o
fe52840c 5common-obj-y += coth.o cofs.o codir.o cofile.o
364031f1 6common-obj-y += coxattr.o 9p-synth.o
494a8ebe 7common-obj-y += 9p-proxy.o
b5dfdb08 8endif
c353f261 9
b5dfdb08
PB
10common-obj-$(CONFIG_XEN) += xen-9p-backend.o
11obj-$(CONFIG_VIRTIO_9P) += virtio-9p-device.o