]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - fs/gfs2/Makefile
Merge branch 'omap-clock-fixes' of git://git.pwsan.com/linux-2.6
[linux-2.6-omap-h63xx.git] / fs / gfs2 / Makefile
1 obj-$(CONFIG_GFS2_FS) += gfs2.o
2 gfs2-y := acl.o bmap.o dir.o eaops.o eattr.o glock.o \
3         glops.o inode.o log.o lops.o main.o meta_io.o \
4         mount.o ops_address.o ops_dentry.o ops_export.o ops_file.o \
5         ops_fstype.o ops_inode.o ops_super.o quota.o \
6         recovery.o rgrp.o super.o sys.o trans.o util.o
7
8 gfs2-$(CONFIG_GFS2_FS_LOCKING_DLM) += lock_dlm.o
9