From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=43155 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OkQSS-0004ED-Qh for qemu-devel@nongnu.org; Sat, 14 Aug 2010 19:48:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OkQSO-0004QG-4R for qemu-devel@nongnu.org; Sat, 14 Aug 2010 19:48:12 -0400 Received: from fleet.cs.ualberta.ca ([129.128.22.22]:39781) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OkQSN-0004OW-Vq for qemu-devel@nongnu.org; Sat, 14 Aug 2010 19:48:08 -0400 From: Cam Macdonell Date: Sat, 14 Aug 2010 17:47:31 -0600 Message-Id: <1281829651-17738-2-git-send-email-cam@cs.ualberta.ca> In-Reply-To: <1281829651-17738-1-git-send-email-cam@cs.ualberta.ca> References: <1281829651-17738-1-git-send-email-cam@cs.ualberta.ca> Subject: [Qemu-devel] [PATCH 2/2] RESEND: Disable build of ivshmem on non-KVM systems List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Cam Macdonell , kvm@vger.kernel.org Signed-off-by: Cam Macdonell --- Makefile.target | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.target b/Makefile.target index b791492..c8281e9 100644 --- a/Makefile.target +++ b/Makefile.target @@ -191,7 +191,7 @@ obj-y += rtl8139.o obj-y += e1000.o # Inter-VM PCI shared memory -obj-y += ivshmem.o +obj-$(CONFIG_KVM) += ivshmem.o # Hardware support obj-i386-y += vga.o -- 1.6.2.5