On Fri, May 15, 2026 at 5:11 PM Philippe Mathieu-Daudé <[email protected]> wrote: > > Signed-off-by: Philippe Mathieu-Daudé <[email protected]> > Reviewed-by: Pierrick Bouvier <[email protected]> > ---
Reviewed-by: Manos Pitsidianakis <[email protected]> > hw/arm/meson.build | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/hw/arm/meson.build b/hw/arm/meson.build > index 7c3d66f4378..88e7ad1a3ed 100644 > --- a/hw/arm/meson.build > +++ b/hw/arm/meson.build > @@ -1,4 +1,3 @@ > -arm_ss = ss.source_set() > arm_common_ss = ss.source_set() > arm_common_ss.add(when: 'CONFIG_ARM_VIRT', if_true: files('virt.c')) > arm_common_ss.add(when: 'CONFIG_ACPI', if_true: files('virt-acpi-build.c')) > @@ -108,5 +107,4 @@ arm_common_ss.add(when: 'CONFIG_VEXPRESS', if_true: > files('vexpress.c')) > > arm_common_ss.add(files('boot.c')) > > -hw_arch += {'arm': arm_ss} > hw_common_arch += {'arm': arm_common_ss} > -- > 2.53.0 >
