xref: /openbmc/qemu/target/i386/kvm/meson.build (revision 6c1ebe75ae7a9f873c40b9582d7f14c6fe4129ea)
1i386_ss.add(when: 'CONFIG_KVM', if_false: files('kvm-stub.c'))
2
3i386_softmmu_ss.add(when: 'CONFIG_KVM', if_true: files(
4  'kvm.c',
5  'kvm-cpu.c',
6))
7
8i386_softmmu_ss.add(when: 'CONFIG_HYPERV', if_true: files('hyperv.c'), if_false: files('hyperv-stub.c'))
9