]> git.proxmox.com Git - qemu.git/blobdiff - hw/pci/Makefile.objs
hw: make all of hw/pci/ configurable via default-configs/
[qemu.git] / hw / pci / Makefile.objs
index fe965fe2f6c11bc427e5b4b932a01f6b418164f9..a1511abf003e0652059770557950faea73249550 100644 (file)
@@ -4,6 +4,10 @@ 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-$(CONFIG_ALL) += pci-stub.o
+
+common-obj-$(CONFIG_PCI) += bridge/ host/
 
-extra-obj-y += pci-stub.o
+obj-$(CONFIG_PCI_HOTPLUG) += pci-hotplug.o