]> git.proxmox.com Git - mirror_qemu.git/blame - hw/pci/Makefile.objs
Revert "vl: Fix to create migration object before block backends again"
[mirror_qemu.git] / hw / pci / Makefile.objs
CommitLineData
315a1350
MT
1common-obj-$(CONFIG_PCI) += pci.o pci_bridge.o
2common-obj-$(CONFIG_PCI) += msix.o msi.o
3common-obj-$(CONFIG_PCI) += shpc.o
4common-obj-$(CONFIG_PCI) += slotid_cap.o
e9947d18
YZ
5common-obj-$(CONFIG_PCI) += pci_host.o
6
7# The functions in these modules can be used by devices too. Since we
8# allow plugging PCIe devices into PCI buses, include them even if
9# CONFIG_PCI_EXPRESS=n.
10common-obj-$(CONFIG_PCI) += pcie.o pcie_aer.o
11common-obj-$(CONFIG_PCI_EXPRESS) += pcie_port.o pcie_host.o
6f991980 12
cf01ba9e 13common-obj-$(call lnot,$(CONFIG_PCI)) += pci-stub.o
82cb6b04 14common-obj-$(CONFIG_ALL) += pci-stub.o