Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging
[qemu/ar7.git] / hw / xtensa / meson.build
blob1d5835df4bf4b0efdf5be01017da7456bf1a1ff1
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'))
11 hw_arch += {'xtensa': xtensa_ss}