]> git.proxmox.com Git - mirror_qemu.git/blob - hw/xtensa/meson.build
Merge tag 'pull-include-2023-02-06-v2' of https://repo.or.cz/qemu/armbru into staging
[mirror_qemu.git] / hw / xtensa / meson.build
1 xtensa_ss = ss.source_set()
2 xtensa_ss.add(files(
3 'mx_pic.c',
4 'pic_cpu.c',
5 'xtensa_memory.c',
6 ))
7 xtensa_ss.add(when: 'CONFIG_XTENSA_SIM', if_true: files('sim.c'))
8 xtensa_ss.add(when: 'CONFIG_XTENSA_VIRT', if_true: files('virt.c'))
9 xtensa_ss.add(when: 'CONFIG_XTENSA_XTFPGA', if_true: files('xtfpga.c'))
10
11 hw_arch += {'xtensa': xtensa_ss}