]> git.proxmox.com Git - mirror_qemu.git/blob - hw/loongarch/meson.build
hw/usb: fix tab indentation
[mirror_qemu.git] / hw / loongarch / meson.build
1 loongarch_ss = ss.source_set()
2 loongarch_ss.add(files(
3 'fw_cfg.c',
4 ))
5 loongarch_ss.add(when: 'CONFIG_LOONGARCH_VIRT', if_true: [files('virt.c'), fdt])
6 loongarch_ss.add(when: 'CONFIG_ACPI', if_true: files('acpi-build.c'))
7
8 hw_arch += {'loongarch': loongarch_ss}