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
qapi/parser: enable pylint checks
[qemu/armbru.git]
/
hw
/
9pfs
/
meson.build
blob
99be5d9119680315ce536f297747a2069c499e3e
1
fs_ss = ss.source_set()
2
fs_ss.add(files(
3
'9p-local.c',
4
'9p-posix-acl.c',
5
'9p-proxy.c',
6
'9p-synth.c',
7
'9p-util.c',
8
'9p-xattr-user.c',
9
'9p-xattr.c',
10
'9p.c',
11
'codir.c',
12
'cofile.c',
13
'cofs.c',
14
'coth.c',
15
'coxattr.c',
16
))
17
fs_ss.add(when: 'CONFIG_XEN', if_true: files('xen-9p-backend.c'))
18
softmmu_ss.add_all(when: 'CONFIG_FSDEV_9P', if_true: fs_ss)
19
20
specific_ss.add(when: 'CONFIG_VIRTIO_9P', if_true: files('virtio-9p-device.c'))