]> Git Repo - qemu.git/blobdiff - hw/pci/Makefile.objs
Merge remote-tracking branch 'bonzini/configure' into staging
[qemu.git] / hw / pci / Makefile.objs
index 1cd6cde2ee05713e0849e11167acca6bf0b0bb79..80f8aa69ac316a964c718b1189ad4c9c50a3fac6 100644 (file)
@@ -4,6 +4,8 @@ common-obj-$(CONFIG_PCI) += shpc.o
 common-obj-$(CONFIG_PCI) += slotid_cap.o
 common-obj-$(CONFIG_PCI) += pci_host.o pcie_host.o
 common-obj-$(CONFIG_PCI) += pcie.o pcie_aer.o pcie_port.o
-common-obj-$(CONFIG_NO_PCI) += pci-stub.o
 
+common-obj-$(call lnot,$(CONFIG_PCI)) += pci-stub.o
 common-obj-$(CONFIG_ALL) += pci-stub.o
+
+common-obj-$(CONFIG_PCI_HOTPLUG_OLD) += pci-hotplug-old.o
This page took 0.024774 seconds and 4 git commands to generate.