From: Philippe Mathieu-Daudé Date: Wed, 16 Apr 2025 08:01:11 +0000 (+0200) Subject: hw/arm/meson: Move Xen files to arm_common_ss[] X-Git-Tag: v10.2.0-rc1~35^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8299515d646690dd059c410bc1f3677589131f54;p=thirdparty%2Fqemu.git hw/arm/meson: Move Xen files to arm_common_ss[] Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Pierrick Bouvier Acked-by: Peter Maydell Message-Id: <20251021210655.59278-1-philmd@linaro.org> --- diff --git a/hw/arm/meson.build b/hw/arm/meson.build index 9fbbbc9a6f..61c66ee2d0 100644 --- a/hw/arm/meson.build +++ b/hw/arm/meson.build @@ -65,7 +65,7 @@ arm_common_ss.add(when: 'CONFIG_FSL_IMX8MP_EVK', if_true: files('imx8mp-evk.c')) arm_common_ss.add(when: 'CONFIG_ARM_SMMUV3', if_true: files('smmuv3.c')) arm_common_ss.add(when: 'CONFIG_FSL_IMX6UL', if_true: files('fsl-imx6ul.c', 'mcimx6ul-evk.c')) arm_common_ss.add(when: 'CONFIG_NRF51_SOC', if_true: files('nrf51_soc.c')) -arm_ss.add(when: 'CONFIG_XEN', if_true: files( +arm_common_ss.add(when: 'CONFIG_XEN', if_true: files( 'xen-stubs.c', 'xen-pvh.c', ))