X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=fs%2Fjbd2%2FMakefile;h=802a3413872a5a4ec223f99e35650aeb3fdb6ff3;hb=1f1c2881f673671539b25686df463518d69c4649;hp=54aca4868a363257146bf3c7e44bd7fa806371bf;hpb=470decc613ab2048b619a01028072d932d9086ee;p=powerpc.git diff --git a/fs/jbd2/Makefile b/fs/jbd2/Makefile index 54aca4868a..802a341387 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