vhost-vdpa: Set discarding of RAM broken when initializing the backend
[qemu/kevin.git] / bsd-user / meson.build
blob87885d91edc08596388c8e111a09ad4210b89757
1 if not have_bsd_user
2    subdir_done()
3 endif
5 bsd_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',
16 # Pull in the OS-specific build glue, if any
17 subdir(targetos)