xref: /qemu/hw/hyperv/meson.build (revision f9bb7e53a341d08fd4ec8d7e810ebfd4f6f936bd)
1system_ss.add(when: 'CONFIG_HYPERV', if_true: files('hyperv.c'))
2system_ss.add(when: 'CONFIG_HYPERV_TESTDEV', if_true: files('hyperv_testdev.c'))
3system_ss.add(when: 'CONFIG_VMBUS', if_true: files('vmbus.c'))
4system_ss.add(when: 'CONFIG_SYNDBG', if_true: files('syndbg.c'))
5system_ss.add(when: 'CONFIG_HV_BALLOON', if_true: files('hv-balloon.c', 'hv-balloon-page_range_tree.c', 'hv-balloon-our_range_memslots.c'))
6system_ss.add(when: 'CONFIG_HV_BALLOON', if_false: files('hv-balloon-stub.c'))
7