Makefile 160 字节
Newer Older
1 2 3 4
#
# Makefile for the linux journaling routines.
#

5
obj-$(CONFIG_JBD2) += jbd2.o
6

7
jbd2-objs := transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o