diff options
Diffstat (limited to 'ANDROID_3.4.5/fs/jbd2/Makefile')
-rw-r--r-- | ANDROID_3.4.5/fs/jbd2/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ANDROID_3.4.5/fs/jbd2/Makefile b/ANDROID_3.4.5/fs/jbd2/Makefile deleted file mode 100644 index 802a3413..00000000 --- a/ANDROID_3.4.5/fs/jbd2/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -# -# Makefile for the linux journaling routines. -# - -obj-$(CONFIG_JBD2) += jbd2.o - -jbd2-objs := transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o |