repo.or.cz
/
qemu
/
armbru.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
migration/rdma: Fix qemu_rdma_accept() to return failure on errors
[qemu/armbru.git]
/
common-user
/
meson.build
blob
ac9de5b9e3f58c25573d51238af90d00e4aabe0d
1
if not have_user
2
subdir_done()
3
endif
4
5
common_user_inc += include_directories('host/' / host_arch)
6
7
user_ss.add(files(
8
'safe-syscall.S',
9
'safe-syscall-error.c',
10
))