diff options
Diffstat (limited to 'fs/jbd2/Makefile')
-rw-r--r-- | fs/jbd2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/jbd2/Makefile b/fs/jbd2/Makefile index 54aca4868a36..802a3413872a 100644 --- a/fs/jbd2/Makefile +++ b/fs/jbd2/Makefile | |||
@@ -2,6 +2,6 @@ | |||
2 | # Makefile for the linux journaling routines. | 2 | # Makefile for the linux journaling routines. |
3 | # | 3 | # |
4 | 4 | ||
5 | obj-$(CONFIG_JBD) += jbd.o | 5 | obj-$(CONFIG_JBD2) += jbd2.o |
6 | 6 | ||
7 | jbd-objs := transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o | 7 | jbd2-objs := transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o |