]> git.proxmox.com Git - mirror_qemu.git/blame - semihosting/meson.build
scsi: don't lock AioContext in I/O code path
[mirror_qemu.git] / semihosting / meson.build
CommitLineData
1c6ff720
RH
1specific_ss.add(when: 'CONFIG_SEMIHOSTING', if_true: files(
2 'guestfd.c',
5b3f39cb 3 'syscalls.c',
1c6ff720
RH
4))
5
c7b64948 6specific_ss.add(when: ['CONFIG_SEMIHOSTING', 'CONFIG_SYSTEM_ONLY'], if_true: files(
56d996c5
PB
7 'config.c',
8 'console.c',
0a922181 9 'uaccess.c',
56d996c5 10))
56b5170c
KP
11
12specific_ss.add(when: ['CONFIG_ARM_COMPATIBLE_SEMIHOSTING'],
13 if_true: files('arm-compat-semi.c'))