From 1ceffa546aa756e8085828df2e33c7e6463a307c Mon Sep 17 00:00:00 2001 From: "Aneesh Kumar K.V" Date: Wed, 18 May 2011 16:05:34 -0700 Subject: hw/9pfs: Add yield support to xattr related coroutine This include llistxattr and lgetxattr. Signed-off-by: Aneesh Kumar K.V --- Makefile.objs | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.objs') diff --git a/Makefile.objs b/Makefile.objs index efacf0f..16eef38 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -306,6 +306,7 @@ hw-obj-$(CONFIG_SOUND) += $(sound-obj-y) 9pfs-nested-$(CONFIG_VIRTFS) += virtio-9p-local.o virtio-9p-xattr.o 9pfs-nested-$(CONFIG_VIRTFS) += virtio-9p-xattr-user.o virtio-9p-posix-acl.o 9pfs-nested-$(CONFIG_VIRTFS) += virtio-9p-coth.o cofs.o codir.o cofile.o +9pfs-nested-$(CONFIG_VIRTFS) += coxattr.o hw-obj-$(CONFIG_REALLY_VIRTFS) += $(addprefix 9pfs/, $(9pfs-nested-y)) $(addprefix 9pfs/, $(9pfs-nested-y)): QEMU_CFLAGS+=$(GLIB_CFLAGS) -- cgit v1.1