xref: /openbmc/qemu/hw/loongarch/meson.build (revision 27ad7564)
1loongarch_ss = ss.source_set()
2loongarch_ss.add(files(
3    'fw_cfg.c',
4))
5loongarch_ss.add(when: 'CONFIG_LOONGARCH_VIRT', if_true: files('loongson3.c'))
6
7hw_arch += {'loongarch': loongarch_ss}
8