aboutsummaryrefslogtreecommitdiff
path: root/hw/semihosting/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'hw/semihosting/meson.build')
-rw-r--r--hw/semihosting/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/semihosting/meson.build b/hw/semihosting/meson.build
index f40ac57..ea8090a 100644
--- a/hw/semihosting/meson.build
+++ b/hw/semihosting/meson.build
@@ -2,3 +2,6 @@ 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'))