]> git.proxmox.com Git - mirror_qemu.git/commitdiff
Disable build of ivshmem on non-KVM systems
authorCam Macdonell <cam@cs.ualberta.ca>
Sat, 14 Aug 2010 23:47:31 +0000 (17:47 -0600)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 15 Aug 2010 09:44:53 +0000 (09:44 +0000)
Signed-off-by: Cam Macdonell <cam@cs.ualberta.ca>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Makefile.target

index b7914928979e254e1094e203a02ef56001ffb592..c8281e90a9a95686423e42ca62c21e549a5fc1ad 100644 (file)
@@ -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