From: Philippe Mathieu-Daudé Date: Tue, 6 Jan 2026 21:12:41 +0000 (+0100) Subject: hw/microblaze: Build files once X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1ced4875492eb7f4c1622570533d2b8619eabf6;p=thirdparty%2Fqemu.git hw/microblaze: Build files once Previous commit removed the last target-specific use in hw model units, we can now build them once. Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Pierrick Bouvier Message-ID: <20260106235333.22752-7-philmd@linaro.org> --- diff --git a/hw/microblaze/meson.build b/hw/microblaze/meson.build index bb9e4eb8f4..d8e7dfbe0e 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}