xref: /qemu/bsd-user/meson.build (revision 727385c4)
1if not have_bsd_user
2   subdir_done()
3endif
4
5bsd_user_ss.add(files(
6  'bsdload.c',
7  'elfload.c',
8  'main.c',
9  'mmap.c',
10  'signal.c',
11  'strace.c',
12  'syscall.c',
13  'uaccess.c',
14))
15
16# Pull in the OS-specific build glue, if any
17subdir(targetos)
18