aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse/Makefile
blob: 8ad69bd7dfced21c0903f848bb14443c6ad95b82 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#
# Makefile for the FUSE filesystem.
#

obj-$(CONFIG_FUSE_FS) += fuse.o
obj-$(CONFIG_CUSE) += cuse.o

ifeq ($(CONFIG_MTK_MET), y)
ccflags-y += -DMET_FUSEIO_TRACE
endif

fuse-objs := dev.o dir.o file.o inode.o control.o