Re: [PATCH] hw/mips: Build fw_cfg.c once

2024-09-30 Thread Thomas Huth
On 30/09/2024 09.00, Philippe Mathieu-Daudé wrote: Nothing in fw_cfg.c requires target-specific knowledge, build it once for the 4 MIPS variants. Signed-off-by: Philippe Mathieu-Daudé --- hw/mips/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/mips/meson.bu

[PATCH] hw/mips: Build fw_cfg.c once

2024-09-30 Thread Philippe Mathieu-Daudé
Nothing in fw_cfg.c requires target-specific knowledge, build it once for the 4 MIPS variants. Signed-off-by: Philippe Mathieu-Daudé --- hw/mips/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/mips/meson.build b/hw/mips/meson.build index ca37c42d90..fcbee53bb3