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

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