mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-24 12:09:58 +00:00
cc4d76a3ed
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
4 lines
215 B
Meson
4 lines
215 B
Meson
specific_ss.add(when: 'CONFIG_HYPERV', if_true: files('hyperv.c'))
|
|
specific_ss.add(when: 'CONFIG_HYPERV_TESTDEV', if_true: files('hyperv_testdev.c'))
|
|
specific_ss.add(when: 'CONFIG_VMBUS', if_true: files('vmbus.c'))
|