hw/arm: Build various units only once
commit9404dcdeaaca3680f6abe17a50e7cd519d66ba9e
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 18 Jan 2024 20:06:41 +0000 (18 21:06 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 26 Jan 2024 11:30:49 +0000 (26 11:30 +0000)
treea3c242c9d72b87da16555eb4c8279bd1eaa09275
parentf4f318b41abe76a68ec1d616744ab9d6ec839abc
hw/arm: Build various units only once

Various files in hw/arm/ don't require "cpu.h" anymore.
Except virt-acpi-build.c, all of them don't require any
ARM specific knowledge anymore and can be build once as
target agnostic units. Update meson accordingly.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20240118200643.29037-21-philmd@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
17 files changed:
hw/arm/collie.c
hw/arm/gumstix.c
hw/arm/integratorcp.c
hw/arm/mainstone.c
hw/arm/meson.build
hw/arm/musicpal.c
hw/arm/omap2.c
hw/arm/omap_sx1.c
hw/arm/palm.c
hw/arm/spitz.c
hw/arm/strongarm.c
hw/arm/versatilepb.c
hw/arm/vexpress.c
hw/arm/virt-acpi-build.c
hw/arm/xilinx_zynq.c
hw/arm/xlnx-versal-virt.c
hw/arm/z2.c