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