mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
hw/ppc/ppc4xx_pci: Move ppc4xx_pci.c to hw/pci-host/
ppc4xx_pci.c is moved from the target specific ppc_ss[] meson source set to pci_ss[] which is common to all targets: the object is built once. Declare PPC4XX_PCI selector in pci-host/Kconfig. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <20240215105017.57748-4-philmd@linaro.org>
This commit is contained in:
parent
4d641f36e7
commit
55abb29e63
9 changed files with 12 additions and 7 deletions
|
@ -63,7 +63,6 @@ ppc_ss.add(when: 'CONFIG_PPC440', if_true: files(
|
|||
'ppc440_pcix.c', 'ppc440_uc.c'))
|
||||
ppc_ss.add(when: 'CONFIG_PPC4XX', if_true: files(
|
||||
'ppc4xx_devs.c',
|
||||
'ppc4xx_pci.c',
|
||||
'ppc4xx_sdram.c'))
|
||||
ppc_ss.add(when: 'CONFIG_SAM460EX', if_true: files('sam460ex.c'))
|
||||
# PReP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue