mirror of
https://github.com/xemu-project/xemu.git
synced 2025-04-02 11:11:48 -04:00
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
3 lines
215 B
Meson
3 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'))
|