summaryrefslogtreecommitdiffstats
path: root/tools/virtiofsd/Makefile.objs
diff options
context:
space:
mode:
Diffstat (limited to 'tools/virtiofsd/Makefile.objs')
-rw-r--r--tools/virtiofsd/Makefile.objs12
1 files changed, 0 insertions, 12 deletions
diff --git a/tools/virtiofsd/Makefile.objs b/tools/virtiofsd/Makefile.objs
deleted file mode 100644
index 076f667e46..0000000000
--- a/tools/virtiofsd/Makefile.objs
+++ /dev/null
@@ -1,12 +0,0 @@
-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 \
- seccomp.o
-
-seccomp.o-cflags := $(SECCOMP_CFLAGS)
-seccomp.o-libs := $(SECCOMP_LIBS)