qemu-keymap: Make references to allocations static
[qemu/ar7.git] / semihosting / meson.build
blob34933e5a195bacb0c84e0294c95264b8cc66cd1e
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 common_ss.add(when: ['CONFIG_SEMIHOSTING', 'CONFIG_SYSTEM_ONLY'], if_false: files('stubs-all.c'))
13 system_ss.add(when: ['CONFIG_SEMIHOSTING'], if_false: files('stubs-system.c'))
15 specific_ss.add(when: ['CONFIG_ARM_COMPATIBLE_SEMIHOSTING'],
16                 if_true: files('arm-compat-semi.c'))