mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
meson: accel
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
abff1abfe8
commit
1a82878a08
13 changed files with 36 additions and 26 deletions
|
@ -1,2 +0,0 @@
|
|||
obj-y += kvm-all.o
|
||||
obj-$(call lnot,$(CONFIG_SEV)) += sev-stub.o
|
5
accel/kvm/meson.build
Normal file
5
accel/kvm/meson.build
Normal file
|
@ -0,0 +1,5 @@
|
|||
kvm_ss = ss.source_set()
|
||||
kvm_ss.add(files('kvm-all.c'))
|
||||
kvm_ss.add(when: 'CONFIG_SEV', if_false: files('sev-stub.c'))
|
||||
|
||||
specific_ss.add_all(when: 'CONFIG_KVM', if_true: kvm_ss)
|
Loading…
Add table
Add a link
Reference in a new issue