summaryrefslogtreecommitdiff
path: root/semihosting/meson.build
blob: ea8090abe34c6315196e7efc47104daf7d607eb4 (plain)
1
2
3
4
5
6
7
specific_ss.add(when: 'CONFIG_SEMIHOSTING', if_true: files(
  'config.c',
  'console.c',
))

specific_ss.add(when: ['CONFIG_ARM_COMPATIBLE_SEMIHOSTING'],
		if_true: files('arm-compat-semi.c'))