hw: make all of hw/pci/ configurable via default-configs/

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Paolo Bonzini 2013-02-05 14:46:43 +01:00
parent aaa4d1df2e
commit ddf2bcfc63
6 changed files with 8 additions and 2 deletions

View file

@ -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