diff options
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target index 8a9c427b55..c8281e90a9 100644 --- a/Makefile.target +++ b/Makefile.target @@ -190,6 +190,9 @@ obj-$(CONFIG_USB_OHCI) += usb-ohci.o obj-y += rtl8139.o obj-y += e1000.o +# Inter-VM PCI shared memory +obj-$(CONFIG_KVM) += ivshmem.o + # Hardware support obj-i386-y += vga.o obj-i386-y += mc146818rtc.o i8259.o pc.o |