]> git.proxmox.com Git - mirror_qemu.git/blob - semihosting/meson.build
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
[mirror_qemu.git] / semihosting / meson.build
1 specific_ss.add(when: 'CONFIG_SEMIHOSTING', if_true: files(
2 'guestfd.c',
3 'syscalls.c',
4 ))
5
6 specific_ss.add(when: ['CONFIG_SEMIHOSTING', 'CONFIG_SYSTEM_ONLY'], if_true: files(
7 'config.c',
8 'console.c',
9 'uaccess.c',
10 ))
11
12 specific_ss.add(when: ['CONFIG_ARM_COMPATIBLE_SEMIHOSTING'],
13 if_true: files('arm-compat-semi.c'))