[PATCH 6/6] hw/microblaze: Build files once

Philippe Mathieu-Daudé posted 6 patches 1 month ago
Maintainers: "Edgar E. Iglesias" <edgar.iglesias@gmail.com>, Paolo Bonzini <pbonzini@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>
[PATCH 6/6] hw/microblaze: Build files once
Posted by Philippe Mathieu-Daudé 1 month ago
Previous commit removed the last target-specific use in
hw model units, we can now build them once.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
 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


Re: [PATCH 6/6] hw/microblaze: Build files once
Posted by Pierrick Bouvier 1 month ago
On 1/6/26 3:53 PM, Philippe Mathieu-Daudé wrote:
> Previous commit removed the last target-specific use in
> hw model units, we can now build them once.
> 
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
>   hw/microblaze/meson.build | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>