mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 12:23:53 -06:00

Signed-off-by: Jon Doron <arilou@gmail.com> Reviewed-by: Emanuele Giuseppe Esposito <eesposit@redhat.com> Message-Id: <20220216102500.692781-5-arilou@gmail.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
4 lines
282 B
Meson
4 lines
282 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'))
|
|
specific_ss.add(when: 'CONFIG_SYNDBG', if_true: files('syndbg.c'))
|