android_kernel_motorola_sm6225/fs/fuse/Makefile
Michael Bestas 5579c0bc2d
Revert "fuse:Porting fuse passthrough feature"
We'll take the upstream commits.

This reverts commit 39ff8c6240.

Change-Id: Ia57e253f9ee183b050d6dc36bfa3133f69ef0ba0
2023-11-10 13:09:47 +02:00

9 lines
194 B
Makefile

#
# Makefile for the FUSE filesystem.
#
obj-$(CONFIG_FUSE_FS) += fuse.o
obj-$(CONFIG_CUSE) += cuse.o
fuse-objs := dev.o dir.o file.o inode.o control.o xattr.o acl.o
fuse-objs += passthrough.o