semihosting: Move hw/semihosting/ -> semihosting/
[qemu/ar7.git] / semihosting / meson.build
blobea8090abe34c6315196e7efc47104daf7d607eb4
1 specific_ss.add(when: 'CONFIG_SEMIHOSTING', if_true: files(
2   'config.c',
3   'console.c',
4 ))
6 specific_ss.add(when: ['CONFIG_ARM_COMPATIBLE_SEMIHOSTING'],
7                 if_true: files('arm-compat-semi.c'))