Linux 6.13-rc4
[linux.git] / fs / fuse / Makefile
blob2c372180d631eb340eca36f19ee2c2686de9714d
1 # SPDX-License-Identifier: GPL-2.0-only
3 # Makefile for the FUSE filesystem.
6 # Needed for trace events
7 ccflags-y = -I$(src)
9 obj-$(CONFIG_FUSE_FS) += fuse.o
10 obj-$(CONFIG_CUSE) += cuse.o
11 obj-$(CONFIG_VIRTIO_FS) += virtiofs.o
13 fuse-y := dev.o dir.o file.o inode.o control.o xattr.o acl.o readdir.o ioctl.o
14 fuse-y += iomode.o
15 fuse-$(CONFIG_FUSE_DAX) += dax.o
16 fuse-$(CONFIG_FUSE_PASSTHROUGH) += passthrough.o
17 fuse-$(CONFIG_SYSCTL) += sysctl.o
19 virtiofs-y := virtio_fs.o