commit | 3dcbf8f9ca5f361a38bf1b699080daeb40d5185e | [log] [tgz] |
---|---|---|
author | Cam Macdonell <cam@cs.ualberta.ca> | Sat Aug 14 17:47:31 2010 -0600 |
committer | Blue Swirl <blauwirbel@gmail.com> | Sun Aug 15 09:44:53 2010 +0000 |
tree | 9c9b89d67d2f6007e82fba6521f2dc99e937207e | |
parent | 1fd74012750dcd8542708bdcc10becb8780f7493 [diff] |
Disable build of ivshmem on non-KVM systems Signed-off-by: Cam Macdonell <cam@cs.ualberta.ca> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
diff --git a/Makefile.target b/Makefile.target index b791492..c8281e9 100644 --- a/Makefile.target +++ b/Makefile.target
@@ -191,7 +191,7 @@ 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