]> Git Repo - qemu.git/blob - target/i386/kvm/meson.build
i386: move kvm accel files into kvm/
[qemu.git] / target / i386 / kvm / meson.build
1 i386_ss.add(when: 'CONFIG_KVM', if_false: files('kvm-stub.c'))
2 i386_softmmu_ss.add(when: 'CONFIG_KVM', if_true: files('kvm.c'))
3 i386_softmmu_ss.add(when: 'CONFIG_HYPERV', if_true: files('hyperv.c'), if_false: files('hyperv-stub.c'))
This page took 0.023858 seconds and 4 git commands to generate.