Richard Henderson | 1c6ff72 | 2022-04-27 21:38:02 -0700 | [diff] [blame] | 1 | specific_ss.add(when: 'CONFIG_SEMIHOSTING', if_true: files( |
| 2 | 'guestfd.c', |
Richard Henderson | 5b3f39c | 2022-04-28 01:44:28 -0700 | [diff] [blame] | 3 | 'syscalls.c', |
Richard Henderson | 1c6ff72 | 2022-04-27 21:38:02 -0700 | [diff] [blame] | 4 | )) |
| 5 | |
Richard Henderson | 259739c | 2022-04-29 18:32:35 -0700 | [diff] [blame] | 6 | specific_ss.add(when: ['CONFIG_SEMIHOSTING', 'CONFIG_SOFTMMU'], if_true: files( |
Paolo Bonzini | 56d996c | 2020-01-24 12:49:17 +0100 | [diff] [blame] | 7 | 'config.c', |
| 8 | 'console.c', |
Richard Henderson | 0a92218 | 2022-04-27 20:44:17 -0700 | [diff] [blame] | 9 | 'uaccess.c', |
Paolo Bonzini | 56d996c | 2020-01-24 12:49:17 +0100 | [diff] [blame] | 10 | )) |
Keith Packard | 56b5170c | 2021-01-08 22:42:48 +0000 | [diff] [blame] | 11 | |
| 12 | specific_ss.add(when: ['CONFIG_ARM_COMPATIBLE_SEMIHOSTING'], |
| 13 | if_true: files('arm-compat-semi.c')) |