Makefile 256 Bytes
Newer Older
1
# SPDX-License-Identifier: GPL-2.0-only
Miklos Szeredi's avatar
Miklos Szeredi committed
2 3 4 5 6
#
# Makefile for the FUSE filesystem.
#

obj-$(CONFIG_FUSE_FS) += fuse.o
7
obj-$(CONFIG_CUSE) += cuse.o
8
obj-$(CONFIG_VIRTIO_FS) += virtio_fs.o
Miklos Szeredi's avatar
Miklos Szeredi committed
9

Miklos Szeredi's avatar
Miklos Szeredi committed
10
fuse-objs := dev.o dir.o file.o inode.o control.o xattr.o acl.o readdir.o