xref: /linux/fs/fuse/Makefile (revision 1c8018f7a7a60a649260fdd7e8645a356299e920)
1#
2# Makefile for the FUSE filesystem.
3#
4
5obj-$(CONFIG_FUSE_FS) += fuse.o
6obj-$(CONFIG_CUSE) += cuse.o
7
8fuse-objs := dev.o dir.o file.o inode.o control.o xattr.o acl.o
9