]> Git Repo - linux.git/blame - fs/ocfs2/Makefile
[PATCH 1/2] ocfs2: add flock lock type
[linux.git] / fs / ocfs2 / Makefile
CommitLineData
ccd979bd
MF
1EXTRA_CFLAGS += -Ifs/ocfs2
2
3EXTRA_CFLAGS += -DCATCH_BH_JBD_RACES
4
5obj-$(CONFIG_OCFS2_FS) += ocfs2.o
6
7ocfs2-objs := \
8 alloc.o \
9 aops.o \
10 buffer_head_io.o \
11 dcache.o \
12 dir.o \
13 dlmglue.o \
14 export.o \
15 extent_map.o \
16 file.o \
17 heartbeat.o \
18 inode.o \
ca4d147e 19 ioctl.o \
ccd979bd
MF
20 journal.o \
21 localalloc.o \
22 mmap.o \
23 namei.o \
d659072f 24 resize.o \
ccd979bd
MF
25 slot_map.o \
26 suballoc.o \
27 super.o \
28 symlink.o \
29 sysfile.o \
30 uptodate.o \
34d024f8 31 ver.o
ccd979bd
MF
32
33obj-$(CONFIG_OCFS2_FS) += cluster/
34obj-$(CONFIG_OCFS2_FS) += dlm/
This page took 0.282749 seconds and 4 git commands to generate.