]> git.proxmox.com Git - mirror_qemu.git/blame - accel/hvf/meson.build
Merge tag 'pull-maintainer-may24-160524-2' of https://gitlab.com/stsquad/qemu into...
[mirror_qemu.git] / accel / hvf / meson.build
CommitLineData
d57bc3c1
AG
1hvf_ss = ss.source_set()
2hvf_ss.add(files(
3 'hvf-all.c',
39a34450 4 'hvf-accel-ops.c',
d57bc3c1
AG
5))
6
7specific_ss.add_all(when: 'CONFIG_HVF', if_true: hvf_ss)