aboutsummaryrefslogtreecommitdiff
path: root/fs/jbd2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fs/jbd2/Makefile')
-rw-r--r--fs/jbd2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/jbd2/Makefile b/fs/jbd2/Makefile
index 54aca4868a3..802a3413872 100644
--- a/fs/jbd2/Makefile
+++ b/fs/jbd2/Makefile
@@ -2,6 +2,6 @@
# Makefile for the linux journaling routines.
#
-obj-$(CONFIG_JBD) += jbd.o
+obj-$(CONFIG_JBD2) += jbd2.o
-jbd-objs := transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o
+jbd2-objs := transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o