mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 11:04:58 -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
|
@ -1,8 +1,5 @@
|
|||
# IBM pSeries (sPAPR)
|
||||
obj-$(CONFIG_PSERIES) += spapr_pci.o
|
||||
obj-$(CONFIG_PSERIES) += spapr_nvram.o
|
||||
# PowerPC 4xx boards
|
||||
obj-y += ppc4xx_pci.o
|
||||
# PowerPC OpenPIC
|
||||
obj-y += openpic.o
|
||||
|
||||
|
@ -13,8 +10,10 @@ obj-y += ppc.o ppc_booke.o
|
|||
# IBM pSeries (sPAPR)
|
||||
obj-$(CONFIG_PSERIES) += spapr.o xics.o spapr_vio.o spapr_events.o
|
||||
obj-$(CONFIG_PSERIES) += spapr_hcall.o spapr_iommu.o spapr_rtas.o
|
||||
obj-$(CONFIG_PSERIES) += spapr_pci.o
|
||||
# PowerPC 4xx boards
|
||||
obj-y += ppc405_boards.o ppc4xx_devs.o ppc405_uc.o ppc440_bamboo.o
|
||||
obj-y += ppc4xx_pci.o
|
||||
# PReP
|
||||
obj-y += prep.o
|
||||
# OldWorld PowerMac
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue