2022-04-28 07:38:02 +03:00
|
|
|
specific_ss.add(when: 'CONFIG_SEMIHOSTING', if_true: files(
|
|
|
|
'guestfd.c',
|
2022-04-28 11:44:28 +03:00
|
|
|
'syscalls.c',
|
2022-04-28 07:38:02 +03:00
|
|
|
))
|
|
|
|
|
2022-04-30 04:32:35 +03:00
|
|
|
specific_ss.add(when: ['CONFIG_SEMIHOSTING', 'CONFIG_SOFTMMU'], if_true: files(
|
2020-01-24 14:49:17 +03:00
|
|
|
'config.c',
|
|
|
|
'console.c',
|
2022-04-28 06:44:17 +03:00
|
|
|
'uaccess.c',
|
2020-01-24 14:49:17 +03:00
|
|
|
))
|
2021-01-09 01:42:48 +03:00
|
|
|
|
|
|
|
specific_ss.add(when: ['CONFIG_ARM_COMPATIBLE_SEMIHOSTING'],
|
|
|
|
if_true: files('arm-compat-semi.c'))
|