aboutsummaryrefslogtreecommitdiff
path: root/target/i386/kvm/meson.build
blob: 0a533411cab2dfc92136e361d2d73bb38bfe249e (plain)
1
2
3
4
5
6
7
8
i386_ss.add(when: 'CONFIG_KVM', if_false: files('kvm-stub.c'))

i386_softmmu_ss.add(when: 'CONFIG_KVM', if_true: files(
  'kvm.c',
  'kvm-cpu.c',
))

i386_softmmu_ss.add(when: 'CONFIG_HYPERV', if_true: files('hyperv.c'), if_false: files('hyperv-stub.c'))