From: Cam Macdonell Date: Sat, 14 Aug 2010 23:47:31 +0000 (-0600) Subject: Disable build of ivshmem on non-KVM systems X-Git-Tag: v0.13.0-rc2~3 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=a385adb70e848d15262f54bf12bdb33413a631f9;p=users%2Fdwmw2%2Fqemu.git Disable build of ivshmem on non-KVM systems Signed-off-by: Cam Macdonell Signed-off-by: Blue Swirl (cherry picked from commit 3dcbf8f9ca5f361a38bf1b699080daeb40d5185e) --- 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