]> Git Repo - linux.git/blame - fs/fuse/Makefile
Merge tag 'pci-v6.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci
[linux.git] / fs / fuse / Makefile
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
d8a5ba45
MS
2#
3# Makefile for the FUSE filesystem.
4#
5
6obj-$(CONFIG_FUSE_FS) += fuse.o
151060ac 7obj-$(CONFIG_CUSE) += cuse.o
112e7237 8obj-$(CONFIG_VIRTIO_FS) += virtiofs.o
d8a5ba45 9
9ac29fd3 10fuse-y := dev.o dir.o file.o inode.o control.o xattr.o acl.o readdir.o ioctl.o
1dd53957
VG
11fuse-$(CONFIG_FUSE_DAX) += dax.o
12
13virtiofs-y := virtio_fs.o
This page took 1.275181 seconds and 4 git commands to generate.