summaryrefslogtreecommitdiff
path: root/semihosting/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'semihosting/meson.build')
-rw-r--r--semihosting/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/semihosting/meson.build b/semihosting/meson.build
index 4344e43fb9..10b3b99921 100644
--- a/semihosting/meson.build
+++ b/semihosting/meson.build
@@ -1,6 +1,7 @@
specific_ss.add(when: ['CONFIG_SEMIHOSTING', 'CONFIG_SOFTMMU'], if_true: files(
'config.c',
'console.c',
+ 'uaccess.c',
))
specific_ss.add(when: ['CONFIG_ARM_COMPATIBLE_SEMIHOSTING'],