diff options
Diffstat (limited to 'ANDROID_3.4.5/fs/sysv/Makefile')
-rw-r--r-- | ANDROID_3.4.5/fs/sysv/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ANDROID_3.4.5/fs/sysv/Makefile b/ANDROID_3.4.5/fs/sysv/Makefile deleted file mode 100644 index 3591f9d7..00000000 --- a/ANDROID_3.4.5/fs/sysv/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# -# Makefile for the Linux SystemV/Coherent filesystem routines. -# - -obj-$(CONFIG_SYSV_FS) += sysv.o - -sysv-objs := ialloc.o balloc.o inode.o itree.o file.o dir.o \ - namei.o super.o symlink.o |