From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=35439 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OBZ2m-0005oL-6y for qemu-devel@nongnu.org; Mon, 10 May 2010 15:53:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OBZ2k-0005Q2-JG for qemu-devel@nongnu.org; Mon, 10 May 2010 15:53:36 -0400 Received: from mail-pv0-f173.google.com ([74.125.83.173]:61835) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OBZ2j-0005Pl-Jd for qemu-devel@nongnu.org; Mon, 10 May 2010 15:53:34 -0400 Received: by pvh11 with SMTP id 11so112904pvh.4 for ; Mon, 10 May 2010 12:53:32 -0700 (PDT) MIME-Version: 1.0 Date: Mon, 10 May 2010 22:53:32 +0300 Message-ID: From: Blue Swirl Content-Type: text/plain; charset=UTF-8 Subject: [Qemu-devel] [PATCH] Compile virtio-9p-debug and virtio-9p-local once List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori , qemu-devel Signed-off-by: Blue Swirl --- Makefile.objs | 2 ++ Makefile.target | 2 +- 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/Makefile.objs b/Makefile.objs index ecdd53e..110f8fd 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -226,6 +226,8 @@ sound-obj-$(CONFIG_CS4231A) += cs4231a.o adlib.o fmopl.o: QEMU_CFLAGS += -DBUILD_Y8950=0 hw-obj-$(CONFIG_SOUND) += $(sound-obj-y) +hw-obj-$(CONFIG_LINUX) += virtio-9p-debug.o virtio-9p-local.o + ###################################################################### # libdis # NOTE: the disassembler code is only needed for debugging diff --git a/Makefile.target b/Makefile.target index c092900..b62117c 100644 --- a/Makefile.target +++ b/Makefile.target @@ -168,7 +168,7 @@ obj-y += virtio-blk.o virtio-balloon.o virtio-net.o virtio-serial-bus.o obj-$(CONFIG_VIRTIO_PCI) += virtio-pci.o obj-y += vhost_net.o obj-$(CONFIG_VHOST_NET) += vhost.o -obj-$(CONFIG_LINUX) += virtio-9p.o virtio-9p-debug.o virtio-9p-local.o +obj-$(CONFIG_LINUX) += virtio-9p.o obj-y += rwhandler.o obj-$(CONFIG_KVM) += kvm.o kvm-all.o obj-$(CONFIG_NO_KVM) += kvm-stub.o -- 1.6.2.4