qom: Use returned bool to check for failure, Coccinelle part
[qemu/ar7.git] / hw / pci / Makefile.objs
blobc78f2fb24b535a6b3d40729cab1da2c89167cfbb
1 common-obj-$(CONFIG_PCI) += pci.o pci_bridge.o
2 common-obj-$(CONFIG_PCI) += msix.o msi.o
3 common-obj-$(CONFIG_PCI) += shpc.o
4 common-obj-$(CONFIG_PCI) += slotid_cap.o
5 common-obj-$(CONFIG_PCI) += pci_host.o
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.
10 common-obj-$(CONFIG_PCI) += pcie.o pcie_aer.o
11 common-obj-$(CONFIG_PCI_EXPRESS) += pcie_port.o pcie_host.o
13 common-obj-$(call lnot,$(CONFIG_PCI)) += pci-stub.o
14 common-obj-$(CONFIG_ALL) += pci-stub.o