mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
Merge commit '1dd3a74d2e
' into HEAD
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
commit
6f991980a5
138 changed files with 293 additions and 290 deletions
9
hw/pci/Makefile.objs
Normal file
9
hw/pci/Makefile.objs
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue