From: Cam Macdonell Date: Sat, 14 Aug 2010 23:47:31 +0000 (-0600) Subject: Disable build of ivshmem on non-KVM systems X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3dcbf8f9ca5f361a38bf1b699080daeb40d5185e;p=qemu.git Disable build of ivshmem on non-KVM systems Signed-off-by: Cam Macdonell Signed-off-by: Blue Swirl --- diff --git a/Makefile.target b/Makefile.target index b791492897..c8281e90a9 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