xref: /openbmc/qemu/hw/loongarch/meson.build (revision 710320137099b8d86cedb4f58de2455acd58cbde)
1loongarch_ss = ss.source_set()
2loongarch_ss.add(files(
3    'fw_cfg.c',
4))
5loongarch_ss.add(when: 'CONFIG_LOONGARCH_VIRT', if_true: [files('virt.c'), fdt])
6loongarch_ss.add(when: 'CONFIG_ACPI', if_true: files('acpi-build.c'))
7
8hw_arch += {'loongarch': loongarch_ss}
9