You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# |
|
# Makefile for the FUSE filesystem. |
|
# |
|
|
|
obj-$(CONFIG_FUSE_FS) += fuse.o |
|
obj-$(CONFIG_CUSE) += cuse.o |
|
obj-$(CONFIG_FUSE_IO_LOG) += mt_fuse.o |
|
|
|
fuse-objs := dev.o dir.o file.o inode.o control.o
|
|
|