aboutsummaryrefslogtreecommitdiff
path: root/bsd-user/freebsd
diff options
context:
space:
mode:
authorWarner Losh <imp@bsdimp.com>2022-01-29 19:39:37 -0700
committerWarner Losh <imp@bsdimp.com>2022-02-26 10:01:38 -0700
commita1ea19481fb2d4db5fcf9b2362a4826efb65b328 (patch)
treea7d84b488a89b3cb8f4412d7ca0be91f6909198c /bsd-user/freebsd
parent66eed099f46f4c8749e0a509197a18c0d064b761 (diff)
bsd-user: Move system call building to os-syscall.c
Signed-off-by: Warner Losh <imp@bsdimp.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'bsd-user/freebsd')
-rw-r--r--bsd-user/freebsd/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/bsd-user/freebsd/meson.build b/bsd-user/freebsd/meson.build
index 4b69cca7b9..f87c788e84 100644
--- a/bsd-user/freebsd/meson.build
+++ b/bsd-user/freebsd/meson.build
@@ -1,3 +1,4 @@
bsd_user_ss.add(files(
'os-sys.c',
+ 'os-syscall.c',
))