aboutsummaryrefslogtreecommitdiff
path: root/hw/pci/Makefile.objs
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2012-12-17 18:17:08 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2012-12-17 18:56:22 +0100
commit6f991980a5e96f93a9f676959df2dcba665665ef (patch)
treee6f46c0531e8a05b22be4c5adf7f7fb31afa6d13 /hw/pci/Makefile.objs
parenta8a826a3c3b8c8a1c4def0e9e22b46e78e6163a0 (diff)
parent1dd3a74d2ee2d873cde0b390b536e45420b3fe05 (diff)
downloadqemu-6f991980a5e96f93a9f676959df2dcba665665ef.zip
qemu-6f991980a5e96f93a9f676959df2dcba665665ef.tar.gz
qemu-6f991980a5e96f93a9f676959df2dcba665665ef.tar.bz2
Merge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05' into HEAD
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/pci/Makefile.objs')
-rw-r--r--hw/pci/Makefile.objs9
1 files changed, 9 insertions, 0 deletions
diff --git a/hw/pci/Makefile.objs b/hw/pci/Makefile.objs
new file mode 100644
index 0000000..fe965fe
--- /dev/null
+++ b/hw/pci/Makefile.objs
@@ -0,0 +1,9 @@
+common-obj-$(CONFIG_PCI) += pci.o pci_bridge.o
+common-obj-$(CONFIG_PCI) += msix.o msi.o
+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
+
+extra-obj-y += pci-stub.o