qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 2/2] RESEND: Disable build of ivshmem on non-KVM sys


From: Cam Macdonell
Subject: [Qemu-devel] [PATCH 2/2] RESEND: Disable build of ivshmem on non-KVM systems
Date: Sat, 14 Aug 2010 17:47:31 -0600

Signed-off-by: Cam Macdonell <address@hidden>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]