]> git.proxmox.com Git - mirror_qemu.git/blame - bsd-user/meson.build
bsd-user: Create special-errno.h
[mirror_qemu.git] / bsd-user / meson.build
CommitLineData
dda2da6c
WL
1if not have_bsd_user
2 subdir_done()
3endif
4
b309c321
MAL
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))
da07e694
WL
15
16# Pull in the OS-specific build glue, if any
17subdir(targetos)