|
|
| File: [Development] / linux-2.4-xfs / fs / jbd / Makefile (download)
Revision 1.1, Wed Dec 31 00:54:49 2003 UTC (13 years, 9 months ago) by cattelan
Initial Import 2.4.24pre2 |
# # fs/jbd/Makefile # # Makefile for the linux journaling routines. # export-objs := journal.o O_TARGET := jbd.o obj-y := transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o obj-m := $(O_TARGET) include $(TOPDIR)/Rules.make