[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 7/7] hw/loongarch/fw_cfg: Build in common_ss[]
From: |
Song Gao |
Subject: |
[PULL 7/7] hw/loongarch/fw_cfg: Build in common_ss[] |
Date: |
Sun, 29 Sep 2024 16:17:24 +0800 |
From: Philippe Mathieu-Daudé <philmd@linaro.org>
Nothing in LoongArch fw_cfg.c requires target specific definitions.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Song Gao <gaosong@loongson.cn>
Message-Id: <20240927213254.17552-3-philmd@linaro.org>
Signed-off-by: Song Gao <gaosong@loongson.cn>
---
hw/loongarch/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/loongarch/meson.build b/hw/loongarch/meson.build
index bce7ebac97..005f017e21 100644
--- a/hw/loongarch/meson.build
+++ b/hw/loongarch/meson.build
@@ -1,8 +1,8 @@
loongarch_ss = ss.source_set()
loongarch_ss.add(files(
- 'fw_cfg.c',
'boot.c',
))
+common_ss.add(when: 'CONFIG_LOONGARCH_VIRT', if_true: files('fw_cfg.c'))
loongarch_ss.add(when: 'CONFIG_LOONGARCH_VIRT', if_true: files('virt.c'))
loongarch_ss.add(when: 'CONFIG_ACPI', if_true: files('acpi-build.c'))
--
2.34.1
- [PULL 1/7] target/loongarch: Add compatible support about VM reboot, (continued)
- [PULL 1/7] target/loongarch: Add compatible support about VM reboot, Song Gao, 2024/09/12
- [PULL 4/7] target/loongarch: Support QMP dump-guest-memory, Song Gao, 2024/09/12
- [PULL 3/7] target/loongarch/kvm: Add vCPU reset function, Song Gao, 2024/09/12
- [PULL 2/7] hw/loongarch: Remove default enable with VIRTIO_VGA device, Song Gao, 2024/09/12
- [PULL 6/7] hw/loongarch: virt: pass random seed to fdt, Song Gao, 2024/09/12
- [PULL 7/7] hw/loongarch: Add acpi SPCR table support, Song Gao, 2024/09/12
- [PULL 5/7] hw/loongarch: virt: support up to 4 serial ports, Song Gao, 2024/09/12
- Re: [PULL 0/7] loongarch-to-apply queue, Peter Maydell, 2024/09/13
- [PULL 0/7] loongarch-to-apply queue, Song Gao, 2024/09/29
- [PULL 1/7] acpi: ged: Add macro for acpi sleep control register, Song Gao, 2024/09/29
- [PULL 7/7] hw/loongarch/fw_cfg: Build in common_ss[],
Song Gao <=
- [PULL 5/7] target/loongarch: Avoid bits shift exceeding width of bool type, Song Gao, 2024/09/29
- [PULL 2/7] hw/loongarch/virt: Add FDT table support with acpi ged pm register, Song Gao, 2024/09/29
- [PULL 3/7] hw/loongarch/boot: Refactor EFI booting protocol generation, Song Gao, 2024/09/29
- [PULL 4/7] hw/loongarch/boot: Rework boot code generation, Song Gao, 2024/09/29
- [PULL 6/7] hw/loongarch/virt: Remove unnecessary 'cpu.h' inclusion, Song Gao, 2024/09/29
- Re: [PULL 0/7] loongarch-to-apply queue, Peter Maydell, 2024/09/30