Revision 07342d623b8e1ac9501a36a0da55cbce1117aeaf authored by Linus Torvalds on 06 May 2005, 23:46:40 UTC, committed by Linus Torvalds on 06 May 2005, 23:46:40 UTC
2 parent s d4a1a73 + e4862fe
Raw File
Makefile
#
# Makefile for the linux journaling routines.
#

obj-$(CONFIG_JBD) += jbd.o

jbd-objs := transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o
back to top