#If you want to enable debugging, enaables the following flag
EXTRA_CFLAGS += -DNODEBUG

obj-$(CONFIG_UNIONFS) := unionfs.o

unionfs-objs := subr.o dentry.o locks.o file.o inode.o main.o super.o print.o \
	stale_inode.o branchman.o xattr.o rdstate.o copyup.o  \
	dirhelper.o
