From 46604b390e3c456725bfb49306d2948598d35e42 Mon Sep 17 00:00:00 2001 From: Harsh Prateek Bora Date: Fri, 30 Sep 2011 16:06:14 +0530 Subject: hw/9pfs: Remove virtio-9p-debug.* infra to be replaced by Qemu Tracing. Removing the existing debug infrastrucure as proposed to be replaced by Qemu Tracing infrastructure. Reviewed-by: Stefan Hajnoczi Signed-off-by: Harsh Prateek Bora Signed-off-by: Aneesh Kumar K.V --- Makefile.objs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.objs') diff --git a/Makefile.objs b/Makefile.objs index 7b0739c524..23445b15bf 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -303,7 +303,7 @@ sound-obj-$(CONFIG_HDA) += intel-hda.o hda-audio.o adlib.o fmopl.o: QEMU_CFLAGS += -DBUILD_Y8950=0 hw-obj-$(CONFIG_SOUND) += $(sound-obj-y) -9pfs-nested-$(CONFIG_VIRTFS) = virtio-9p.o virtio-9p-debug.o +9pfs-nested-$(CONFIG_VIRTFS) = virtio-9p.o 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 -- cgit v1.2.3