hw/arm/meson: Move Xen files to arm_common_ss[]
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Acked-by: Peter Maydell <peter.maydell@linaro.org> Message-Id: <20251021210655.59278-1-philmd@linaro.org>
This commit is contained in:
parent
5ec0236f63
commit
8299515d64
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue