aboutsummaryrefslogtreecommitdiff
path: root/semihosting/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'semihosting/meson.build')
-rw-r--r--semihosting/meson.build7
1 files changed, 7 insertions, 0 deletions
diff --git a/semihosting/meson.build b/semihosting/meson.build
new file mode 100644
index 0000000000..ea8090abe3
--- /dev/null
+++ b/semihosting/meson.build
@@ -0,0 +1,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'))