blob: ea8090abe34c6315196e7efc47104daf7d607eb4 [file] [log] [blame]
Paolo Bonzini56d996c2020-01-24 12:49:17 +01001specific_ss.add(when: 'CONFIG_SEMIHOSTING', if_true: files(
2 'config.c',
3 'console.c',
4))
Keith Packard56b5170c2021-01-08 22:42:48 +00005
6specific_ss.add(when: ['CONFIG_ARM_COMPATIBLE_SEMIHOSTING'],
7 if_true: files('arm-compat-semi.c'))