historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/tools/virtiofsd/Makefile.objs

13 lines
363 B
Makefile
Raw Normal View History

2024-01-16 17:20:27 +00:00
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)