Paolo Bonzini | 56d996c | 2020-01-24 12:49:17 +0100 | [diff] [blame] | 1 | specific_ss.add(when: 'CONFIG_SEMIHOSTING', if_true: files( |
2 | 'config.c', | ||||
3 | 'console.c', | ||||
4 | )) | ||||
Keith Packard | 56b5170c | 2021-01-08 22:42:48 +0000 | [diff] [blame] | 5 | |
6 | specific_ss.add(when: ['CONFIG_ARM_COMPATIBLE_SEMIHOSTING'], | ||||
7 | if_true: files('arm-compat-semi.c')) |