mbox series

[0/2] hw/loongarch: Build fw_cfg.c as common object

Message ID 20240927213254.17552-1-philmd@linaro.org (mailing list archive)
Headers show
Series hw/loongarch: Build fw_cfg.c as common object | expand

Message

Philippe Mathieu-Daudé Sept. 27, 2024, 9:32 p.m. UTC
LoongArch fw_cfg.c doesn't use target specific declarations,
build it as common object.

Philippe Mathieu-Daudé (2):
  hw/loongarch/virt: Remove unnecessary 'cpu.h' inclusion
  hw/loongarch/fw_cfg: Build in common_ss[]

 include/hw/loongarch/virt.h | 1 -
 hw/loongarch/meson.build    | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

Comments

gaosong Sept. 29, 2024, 8:15 a.m. UTC | #1
在 2024/9/28 上午5:32, Philippe Mathieu-Daudé 写道:
> LoongArch fw_cfg.c doesn't use target specific declarations,
> build it as common object.
>
> Philippe Mathieu-Daudé (2):
>    hw/loongarch/virt: Remove unnecessary 'cpu.h' inclusion
>    hw/loongarch/fw_cfg: Build in common_ss[]
>
>   include/hw/loongarch/virt.h | 1 -
>   hw/loongarch/meson.build    | 2 +-
>   2 files changed, 1 insertion(+), 2 deletions(-)
>
Reviewed-by: Song Gao <gaosong@loongson.cn>

Applied to loongarch-next.

Thanks.
Song Gao