hw/arm/meson: Remove now unused arm_ss[] source set
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org> Acked-by: Peter Maydell <peter.maydell@linaro.org> Message-Id: <20260526203722.79463-6-philmd@linaro.org>
Philippe Mathieu-Daudé committed
May 13, 2025 at 13:09 UTC
fe1a88b15fa9cafd526fd762bfedc611017902c0
1 file changed
-2
hw/arm/meson.build
-2
@@ -1,4 +1,3 @@
1
-arm_ss = ss.source_set()
1
arm_common_ss = ss.source_set()
2
arm_common_ss.add(when: 'CONFIG_ARM_VIRT', if_true: files('virt.c'))
3
arm_common_ss.add(when: 'CONFIG_ACPI', if_true: files('virt-acpi-build.c'))
@@ -111,5 +110,4 @@ arm_common_ss.add(when: 'CONFIG_VEXPRESS', if_true: files('vexpress.c'))
110
111
arm_common_ss.add(files('boot.c'))
112
114
-hw_arch += {'arm': arm_ss}
113
hw_common_arch += {'arm': arm_common_ss}