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

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




