Revision ba25df88 hw/Makefile.objs

b/hw/Makefile.objs
29 29
devices-dirs-y += core/
30 30
common-obj-y += $(devices-dirs-y)
31 31
obj-y += $(devices-dirs-y)
32

  
33
ifeq ($(CONFIG_SOFTMMU),y)
34

  
35
# Inter-VM PCI shared memory & VFIO PCI device assignment
36
ifeq ($(CONFIG_PCI), y)
37
obj-$(CONFIG_KVM) += ivshmem.o
38
obj-$(CONFIG_LINUX) += vfio_pci.o
39
endif
40

  
41
endif

Also available in: Unified diff