Skip to content
Snippets Groups Projects
Commit 259739ce authored by Richard Henderson's avatar Richard Henderson
Browse files

semihosting: Improve condition for config.c and console.c


While CONFIG_SEMIHOSTING is currently only set for softmmu,
this will not continue to be true.

Reviewed-by: default avatarPeter Maydell <peter.maydell@linaro.org>
Signed-off-by: default avatarRichard Henderson <richard.henderson@linaro.org>
parent 8ce5c644
No related branches found
No related tags found
No related merge requests found
specific_ss.add(when: 'CONFIG_SEMIHOSTING', if_true: files(
specific_ss.add(when: ['CONFIG_SEMIHOSTING', 'CONFIG_SOFTMMU'], if_true: files(
'config.c',
'console.c',
))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment