xref: /openbmc/qemu/accel/hvf/meson.build (revision 4477035ec685be4c20d1213779f7ca00e867c3b8)
1hvf_ss = ss.source_set()
2hvf_ss.add(files(
3  'hvf-all.c',
4  'hvf-accel-ops.c',
5))
6
7specific_ss.add_all(when: 'CONFIG_HVF', if_true: hvf_ss)
8