xref: /openbmc/qemu/semihosting/meson.build (revision ed3a06b1)
1specific_ss.add(when: 'CONFIG_SEMIHOSTING', if_true: files(
2  'guestfd.c',
3))
4
5specific_ss.add(when: ['CONFIG_SEMIHOSTING', 'CONFIG_SOFTMMU'], if_true: files(
6  'config.c',
7  'console.c',
8  'uaccess.c',
9))
10
11specific_ss.add(when: ['CONFIG_ARM_COMPATIBLE_SEMIHOSTING'],
12		if_true: files('arm-compat-semi.c'))
13