diff options
Diffstat (limited to 'hw/9pfs/Makefile.objs')
-rw-r--r-- | hw/9pfs/Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/9pfs/Makefile.objs b/hw/9pfs/Makefile.objs index cd5d146a24..ba62571d57 100644 --- a/hw/9pfs/Makefile.objs +++ b/hw/9pfs/Makefile.objs @@ -2,7 +2,7 @@ common-obj-y = virtio-9p.o common-obj-y += 9p-local.o virtio-9p-xattr.o common-obj-y += virtio-9p-xattr-user.o 9p-posix-acl.o common-obj-y += coth.o cofs.o codir.o cofile.o -common-obj-y += coxattr.o virtio-9p-synth.o +common-obj-y += coxattr.o 9p-synth.o common-obj-$(CONFIG_OPEN_BY_HANDLE) += 9p-handle.o common-obj-y += 9p-proxy.o |