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>
This commit is contained in:
parent
1fd7401275
commit
3dcbf8f9ca
@ -191,7 +191,7 @@ obj-y += rtl8139.o
|
|||||||
obj-y += e1000.o
|
obj-y += e1000.o
|
||||||
|
|
||||||
# Inter-VM PCI shared memory
|
# Inter-VM PCI shared memory
|
||||||
obj-y += ivshmem.o
|
obj-$(CONFIG_KVM) += ivshmem.o
|
||||||
|
|
||||||
# Hardware support
|
# Hardware support
|
||||||
obj-i386-y += vga.o
|
obj-i386-y += vga.o
|
||||||
|
Loading…
Reference in New Issue
Block a user