1#
2# fs/jbd/Makefile
3# 
4# Makefile for the linux journaling routines.
5#
6
7export-objs := journal.o
8O_TARGET := jbd.o
9
10obj-y   := transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o
11
12obj-m   := $(O_TARGET)
13
14include $(TOPDIR)/Rules.make
15
16