]> git.proxmox.com Git - mirror_qemu.git/blob - accel/hvf/meson.build
pl050: don't use legacy ps2_kbd_init() function
[mirror_qemu.git] / accel / hvf / meson.build
1 hvf_ss = ss.source_set()
2 hvf_ss.add(files(
3 'hvf-all.c',
4 'hvf-accel-ops.c',
5 ))
6
7 specific_ss.add_all(when: 'CONFIG_HVF', if_true: hvf_ss)