On 07/02/2024 10.12, Philippe Mathieu-Daudé wrote:
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é <phi...@linaro.org>
---
MAINTAINERS | 1 +
hw/{ppc => pci-host}/ppc4xx_pci.c | 0
hw/pci-host/ppce500.c | 2 +-
hw/pci-host/Kconfig | 4 ++++
hw/pci-host/meson.build | 1 +
hw/pci-host/trace-events | 4 ++++
hw/ppc/Kconfig | 2 +-
hw/ppc/meson.build | 1 -
hw/ppc/trace-events | 4 ----
9 files changed, 12 insertions(+), 7 deletions(-)
rename hw/{ppc => pci-host}/ppc4xx_pci.c (100%)
Reviewed-by: Thomas Huth <th...@redhat.com>