Merge branch 'for-next' of git://git.o-hand.com/linux-mfd
[linux-2.6-block.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 locking.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 obj-$(CONFIG_GFS2_FS_LOCKING_DLM) += locking/dlm/
9