Sign in
qemu
/
qemu
/
39a099ca25670b9fed838a09887fe8a1fdd803d3
/
.
/
bsd-user
/
meson.build
blob: 87885d91edc08596388c8e111a09ad4210b89757 [
file
] [
log
] [
blame
]
if
not
have_bsd_user
subdir_done
()
endif
bsd_user_ss
.
add
(
files
(
'bsdload.c'
,
'elfload.c'
,
'main.c'
,
'mmap.c'
,
'signal.c'
,
'strace.c'
,
'syscall.c'
,
'uaccess.c'
,
))
# Pull in the OS-specific build glue, if any
subdir
(
targetos
)