#
# Makefile for the FUSE filesystem.
#

obj-m += nxd-fuse.o
obj-n += cuse.o

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