diff options
author | Cam Macdonell <cam@cs.ualberta.ca> | 2010-08-14 17:47:31 -0600 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-08-15 09:44:53 +0000 |
commit | 3dcbf8f9ca5f361a38bf1b699080daeb40d5185e (patch) | |
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>
-rw-r--r-- | Makefile.target | 2 |
1 files changed, 1 insertions, 1 deletions
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 |