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