mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
hw: make all of hw/pci/ configurable via default-configs/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
aaa4d1df2e
commit
ddf2bcfc63
6 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue