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
elf: Add EM_RX definition
[qemu/ar7.git]
/
tools
/
meson.build
blob
513bd2ff4fd21837ae14663350ff2474e2e7327c
1
have_virtiofsd = (have_system and
2
have_tools and
3
'CONFIG_LINUX' in config_host and
4
'CONFIG_SECCOMP' in config_host and
5
'CONFIG_LIBCAP_NG' in config_host and
6
'CONFIG_VHOST_USER' in config_host)
7
8
if have_virtiofsd
9
subdir('virtiofsd')
10
endif