Merge tag 'v9.0.0-rc3'
[qemu/ar7.git] / semihosting / meson.build
blobb07cbd980f2d87dafa92c311c9f4897aac801a90
1 specific_ss.add(when: 'CONFIG_SEMIHOSTING', if_true: files(
2   'guestfd.c',
3   'syscalls.c',
4 ))
6 specific_ss.add(when: ['CONFIG_SEMIHOSTING', 'CONFIG_SYSTEM_ONLY'], if_true: files(
7   'config.c',
8   'console.c',
9   'uaccess.c',
12 specific_ss.add(when: ['CONFIG_ARM_COMPATIBLE_SEMIHOSTING'],
13                 if_true: files('arm-compat-semi.c'))