Skip to content
Snippets Groups Projects
Commit a385adb7 authored by Cam Macdonell's avatar Cam Macdonell Committed by Anthony Liguori
Browse files

Disable build of ivshmem on non-KVM systems


Signed-off-by: default avatarCam Macdonell <cam@cs.ualberta.ca>
Signed-off-by: default avatarBlue Swirl <blauwirbel@gmail.com>
(cherry picked from commit 3dcbf8f9)
parent 41de2f0c
No related branches found
No related tags found
No related merge requests found
...@@ -191,7 +191,7 @@ obj-y += rtl8139.o ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment