]> git.proxmox.com Git - mirror_qemu.git/blame - accel/stubs/meson.build
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
[mirror_qemu.git] / accel / stubs / meson.build
CommitLineData
0017c64e
PMD
1system_stubs_ss = ss.source_set()
2system_stubs_ss.add(when: 'CONFIG_XEN', if_false: files('xen-stub.c'))
3system_stubs_ss.add(when: 'CONFIG_KVM', if_false: files('kvm-stub.c'))
4system_stubs_ss.add(when: 'CONFIG_TCG', if_false: files('tcg-stub.c'))
f9a6bcce 5
0017c64e 6specific_ss.add_all(when: ['CONFIG_SYSTEM_ONLY'], if_true: system_stubs_ss)