Previous commit removed the last target-specific use in hw model units, we can now build them once.
Signed-off-by: Philippe Mathieu-Daudé <[email protected]> Reviewed-by: Pierrick Bouvier <[email protected]> Message-ID: <[email protected]> --- hw/microblaze/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/microblaze/meson.build b/hw/microblaze/meson.build index bb9e4eb8f47..d8e7dfbe0e9 100644 --- a/hw/microblaze/meson.build +++ b/hw/microblaze/meson.build @@ -4,4 +4,4 @@ microblaze_ss.add(when: 'CONFIG_PETALOGIX_S3ADSP1800', if_true: files('petalogix microblaze_ss.add(when: 'CONFIG_PETALOGIX_ML605', if_true: files('petalogix_ml605_mmu.c')) microblaze_ss.add(when: 'CONFIG_XLNX_ZYNQMP_PMU', if_true: files('xlnx-zynqmp-pmu.c')) -hw_arch += {'microblaze': microblaze_ss} +hw_common_arch += {'microblaze': microblaze_ss} -- 2.52.0
