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