2022-04-28 06:38:02 +02:00
|
|
|
specific_ss.add(when: 'CONFIG_SEMIHOSTING', if_true: files(
|
|
|
|
'guestfd.c',
|
2022-04-28 10:44:28 +02:00
|
|
|
'syscalls.c',
|
2022-04-28 06:38:02 +02:00
|
|
|
))
|
|
|
|
|
2023-06-13 15:33:46 +02:00
|
|
|
specific_ss.add(when: ['CONFIG_SEMIHOSTING', 'CONFIG_SYSTEM_ONLY'], if_true: files(
|
2020-01-24 12:49:17 +01:00
|
|
|
'config.c',
|
|
|
|
'console.c',
|
2022-04-28 05:44:17 +02:00
|
|
|
'uaccess.c',
|
2020-01-24 12:49:17 +01:00
|
|
|
))
|
2021-01-08 23:42:48 +01:00
|
|
|
|
|
|
|
specific_ss.add(when: ['CONFIG_ARM_COMPATIBLE_SEMIHOSTING'],
|
|
|
|
if_true: files('arm-compat-semi.c'))
|