repo.or.cz
/
wrt350n-kernel.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[wrt350n-kernel.git]
/
fs
/
ocfs2
/
Makefile
blob
4d4ce48bb42c2eb29f4ecb099b5bd63a97040e2a
1
EXTRA_CFLAGS
+= -
Ifs
/
ocfs2
2
3
EXTRA_CFLAGS
+= -
DCATCH_BH_JBD_RACES
4
5
obj-
$(
CONFIG_OCFS2_FS
) +=
ocfs2.o
6
7
ocfs2-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 \
19
ioctl.o \
20
journal.o \
21
localalloc.o \
22
locks.o \
23
mmap.o \
24
namei.o \
25
resize.o \
26
slot_map.o \
27
suballoc.o \
28
super.o \
29
symlink.o \
30
sysfile.o \
31
uptodate.o \
32
ver.o
33
34
obj-
$(
CONFIG_OCFS2_FS
) +=
cluster
/
35
obj-
$(
CONFIG_OCFS2_FS
) +=
dlm
/