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

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




