#
# Makefile for the linux lufs-filesystem routines.
#

obj-$(CONFIG_LUFS) += lufs.o

lufs-objs := proc.o dir.o inode.o file.o symlink.o

# If you want debugging output, you may add these flags to the EXTRA_CFLAGS

#EXTRA_CFLAGS += -DLUFS_DEBUG
#EXTRA_CFLAGS += -DLUFS_DEBUG_VERBOSE


