repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vfio: simplify the conditional statements in vfio_msi_enable
[qemu/ar7.git]
/
bsd-user
/
meson.build
blob
5243122fc56dbefc9a4bacedc47c98331ba1fdb1
1
if not have_bsd_user
2
subdir_done()
3
endif
4
5
bsd_user_ss = ss.source_set()
6
7
common_user_inc += include_directories('include')
8
9
bsd_user_ss.add(files(
10
'bsdload.c',
11
'elfload.c',
12
'main.c',
13
'mmap.c',
14
'signal.c',
15
'strace.c',
16
'uaccess.c',
17
))
18
19
# Pull in the OS-specific build glue, if any
20
subdir(targetos)
21
22
specific_ss.add_all(when: 'CONFIG_BSD_USER', if_true: bsd_user_ss)