drm/panthor: Don't add write fences to the shared BOs
[drm/drm-misc.git] / fs / fuse / Makefile
blobce0ff7a9007b94b4ab246b5271f227d126c768e8
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
18 virtiofs-y := virtio_fs.o