qemu/bsd-user/freebsd/meson.build
Warner Losh a1ea19481f 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>
2022-02-26 10:01:38 -07:00

5 lines
58 B
Meson

bsd_user_ss.add(files(
'os-sys.c',
'os-syscall.c',
))