aboutsummaryrefslogtreecommitdiff
path: root/tools/virtiofsd/Makefile.objs
diff options
context:
space:
mode:
Diffstat (limited to 'tools/virtiofsd/Makefile.objs')
-rw-r--r--tools/virtiofsd/Makefile.objs9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/virtiofsd/Makefile.objs b/tools/virtiofsd/Makefile.objs
new file mode 100644
index 0000000000..45a807500d
--- /dev/null
+++ b/tools/virtiofsd/Makefile.objs
@@ -0,0 +1,9 @@
+virtiofsd-obj-y = buffer.o \
+ fuse_opt.o \
+ fuse_log.o \
+ fuse_lowlevel.o \
+ fuse_signals.o \
+ fuse_virtio.o \
+ helper.o \
+ passthrough_ll.o
+