xref: /openbmc/qemu/target/i386/kvm/meson.build (revision 243e7480d5bc769cffa2df7f17f91c16deb511b6)
1i386_ss.add(when: 'CONFIG_KVM', if_false: files('kvm-stub.c'))
2i386_softmmu_ss.add(when: 'CONFIG_KVM', if_true: files('kvm.c'))
3i386_softmmu_ss.add(when: 'CONFIG_HYPERV', if_true: files('hyperv.c'), if_false: files('hyperv-stub.c'))
4