git://git.qemu.org
/
qemu.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge remote-tracking branch 'remotes/elmarco/tags/slirp-pull-request' into staging
[qemu.git]
/
tools
/
virtiofsd
/
Makefile.objs
1
virtiofsd-obj-y = buffer.o \
2
fuse_opt.o \
3
fuse_log.o \
4
fuse_lowlevel.o \
5
fuse_signals.o \
6
fuse_virtio.o \
7
helper.o \
8
passthrough_ll.o \
9
seccomp.o
10
11
seccomp.o-cflags := $(SECCOMP_CFLAGS)
12
seccomp.o-libs := $(SECCOMP_LIBS)