qemu-e2k/bsd-user/freebsd/meson.build
Karim Taha c97c1f3a9f bsd-user: Add os-stat.c to the build
Signed-off-by: Karim Taha <kariem.taha2.7@gmail.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Warner Losh <imp@bsdimp.com>
2023-08-28 12:16:18 -06:00

6 lines
73 B
Meson

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