
EXTRA_CFLAGS := -I$(src) -DFUSE_VERSION=\"1.3\"

obj-$(CONFIG_FUSE) += fuse.o
fuse-objs := dev.o dir.o file.o inode.o util.o




