2019-08-16 17:02:41 +02:00
|
|
|
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'))
|
2022-02-16 11:25:00 +01:00
|
|
|
specific_ss.add(when: 'CONFIG_SYNDBG', if_true: files('syndbg.c'))
|