#
# Makefile for the Linux cofuse filesystem routines.
#

obj-$(CONFIG_COFUSE_FS) += cofusefs.o

cofusefs-objs := inode.o dir.o file.o util.o dev.o

