X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Ffuse%2FMakefile;h=72437065f6adee64994145be01efd281c482596a;hb=9fec6060d9e48ed7db0dac0e16d0f0f0e615b7f6;hp=c34e268a0ed34349dedf3521b4b73dd73c2ce744;hpb=e5e5558e923f35839108a12718494ecb73fb782f;p=linux-2.6 diff --git a/fs/fuse/Makefile b/fs/fuse/Makefile index c34e268a0e..72437065f6 100644 --- a/fs/fuse/Makefile +++ b/fs/fuse/Makefile @@ -4,4 +4,4 @@ obj-$(CONFIG_FUSE_FS) += fuse.o -fuse-objs := dev.o dir.o inode.o +fuse-objs := dev.o dir.o file.o inode.o control.o