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