f5ce0a5f5a
Make hw/vfio configurable and add new CONFIG_VFIO_* to the default-configs/s390x*-softmmu.mak. This allow a finer-grain selection of the various VFIO backends. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <20190202072456.6468-28-yang.zhong@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
8 lines
271 B
Makefile
8 lines
271 B
Makefile
obj-y += common.o spapr.o
|
|
obj-$(CONFIG_VFIO_PCI) += pci.o pci-quirks.o display.o
|
|
obj-$(CONFIG_VFIO_CCW) += ccw.o
|
|
obj-$(CONFIG_VFIO_PLATFORM) += platform.o
|
|
obj-$(CONFIG_VFIO_XGMAC) += calxeda-xgmac.o
|
|
obj-$(CONFIG_VFIO_AMD_XGBE) += amd-xgbe.o
|
|
obj-$(CONFIG_VFIO_AP) += ap.o
|