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