aboutsummaryrefslogtreecommitdiff
path: root/hw/pci
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2013-02-05 14:46:43 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2013-04-08 18:13:12 +0200
commitddf2bcfc63e7c73cc37f870599ee61f9204bde66 (patch)
treeb2ec4be008a49b50d0fad46ecc7d42111777e504 /hw/pci
parentaaa4d1df2e18e7b3aa996836a6256eab13d4267a (diff)
downloadqemu-ddf2bcfc63e7c73cc37f870599ee61f9204bde66.zip
qemu-ddf2bcfc63e7c73cc37f870599ee61f9204bde66.tar.gz
qemu-ddf2bcfc63e7c73cc37f870599ee61f9204bde66.tar.bz2
hw: make all of hw/pci/ configurable via default-configs/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/pci')
-rw-r--r--hw/pci/Makefile.objs2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/pci/Makefile.objs b/hw/pci/Makefile.objs
index aac5f65..a1511ab 100644
--- a/hw/pci/Makefile.objs
+++ b/hw/pci/Makefile.objs
@@ -9,3 +9,5 @@ common-obj-$(CONFIG_NO_PCI) += pci-stub.o
common-obj-$(CONFIG_ALL) += pci-stub.o
common-obj-$(CONFIG_PCI) += bridge/ host/
+
+obj-$(CONFIG_PCI_HOTPLUG) += pci-hotplug.o