Merge tag 'xfs-for-linus-v3.14-rc1-2' of git://oss.sgi.com/xfs/xfs
[platform/adaptation/renesas_rcar/renesas_kernel.git] / fs / ocfs2 / dlm / Makefile
1 ccflags-y := -Ifs/ocfs2
2
3 obj-$(CONFIG_OCFS2_FS_O2CB) += ocfs2_dlm.o
4
5 ocfs2_dlm-objs := dlmdomain.o dlmdebug.o dlmthread.o dlmrecovery.o \
6         dlmmaster.o dlmast.o dlmconvert.o dlmlock.o dlmunlock.o
7