diff options
Diffstat (limited to 'ANDROID_3.4.5/fs/fuse/Makefile')
-rw-r--r-- | ANDROID_3.4.5/fs/fuse/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ANDROID_3.4.5/fs/fuse/Makefile b/ANDROID_3.4.5/fs/fuse/Makefile deleted file mode 100644 index e95eeb44..00000000 --- a/ANDROID_3.4.5/fs/fuse/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# -# Makefile for the FUSE filesystem. -# - -obj-$(CONFIG_FUSE_FS) += fuse.o -obj-$(CONFIG_CUSE) += cuse.o - -fuse-objs := dev.o dir.o file.o inode.o control.o |