mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
pci: move pci core code to hw/pci
Move files and modify makefiles to pick them at the new location. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
ca818cfbfd
commit
315a1350c4
32 changed files with 11 additions and 11 deletions
7
hw/pci/Makefile.objs
Normal file
7
hw/pci/Makefile.objs
Normal file
|
@ -0,0 +1,7 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue