diff options
Diffstat (limited to 'ANDROID_3.4.5/fs/hpfs/Makefile')
-rw-r--r-- | ANDROID_3.4.5/fs/hpfs/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ANDROID_3.4.5/fs/hpfs/Makefile b/ANDROID_3.4.5/fs/hpfs/Makefile deleted file mode 100644 index 57b786fb..00000000 --- a/ANDROID_3.4.5/fs/hpfs/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# -# Makefile for the Linux hpfs filesystem routines. -# - -obj-$(CONFIG_HPFS_FS) += hpfs.o - -hpfs-objs := alloc.o anode.o buffer.o dentry.o dir.o dnode.o ea.o file.o \ - inode.o map.o name.o namei.o super.o |