mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
hw: move PCI bridges to hw/pci-* or hw/ARCH
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
8ac5c6510b
commit
c0907c9e64
35 changed files with 26 additions and 27 deletions
18
hw/pci-host/Makefile.objs
Normal file
18
hw/pci-host/Makefile.objs
Normal file
|
@ -0,0 +1,18 @@
|
|||
common-obj-y += pam.o
|
||||
|
||||
# PPC devices
|
||||
common-obj-$(CONFIG_PREP_PCI) += prep.o
|
||||
common-obj-$(CONFIG_GRACKLE_PCI) += grackle.o
|
||||
# NewWorld PowerMac
|
||||
common-obj-$(CONFIG_UNIN_PCI) += uninorth.o
|
||||
common-obj-$(CONFIG_DEC_PCI) += dec.o
|
||||
# PowerPC E500 boards
|
||||
common-obj-$(CONFIG_PPCE500_PCI) += ppce500.o
|
||||
|
||||
# ARM devices
|
||||
common-obj-$(CONFIG_VERSATILE_PCI) += versatile.o
|
||||
|
||||
common-obj-$(CONFIG_PCI_APB) += apb.o
|
||||
common-obj-$(CONFIG_FULONG) += bonito.o
|
||||
common-obj-$(CONFIG_PCI_PIIX) += piix.o
|
||||
common-obj-$(CONFIG_PCI_Q35) += q35.o
|
Loading…
Add table
Add a link
Reference in a new issue