1 specific_ss.add(when: 'CONFIG_SEMIHOSTING', if_true: files(
6 specific_ss.add(when: ['CONFIG_SEMIHOSTING', 'CONFIG_SYSTEM_ONLY'], if_true: files(
12 common_ss.add(when: ['CONFIG_SEMIHOSTING', 'CONFIG_SYSTEM_ONLY'], if_false: files('stubs-all.c'))
13 system_ss.add(when: ['CONFIG_SEMIHOSTING'], if_false: files('stubs-system.c'))
15 specific_ss.add(when: ['CONFIG_ARM_COMPATIBLE_SEMIHOSTING'],
16 if_true: files('arm-compat-semi.c'))