Blame view

fs/ocfs2/Makefile 1 KB
0ccd234ca   matt mooney   fs: change to new...
1
  ccflags-y := -Ifs/ocfs2
ccd979bdb   Mark Fasheh   [PATCH] OCFS2: Th...
2

0ccd234ca   matt mooney   fs: change to new...
3
  ccflags-y += -DCATCH_BH_JBD_RACES
ccd979bdb   Mark Fasheh   [PATCH] OCFS2: Th...
4

b92eccdd2   Joel Becker   ocfs2: Add kbuild...
5
6
  obj-$(CONFIG_OCFS2_FS) += 	\
  	ocfs2.o			\
9341d2294   Joel Becker   ocfs2: Allow sele...
7
8
9
10
  	ocfs2_stackglue.o
  
  obj-$(CONFIG_OCFS2_FS_O2CB) += ocfs2_stack_o2cb.o
  obj-$(CONFIG_OCFS2_FS_USERSPACE_CLUSTER) += ocfs2_stack_user.o
ccd979bdb   Mark Fasheh   [PATCH] OCFS2: Th...
11
12
13
14
  
  ocfs2-objs := \
  	alloc.o 		\
  	aops.o 			\
70ad1ba7b   Joel Becker   ocfs2: Add the un...
15
  	blockcheck.o		\
ccd979bdb   Mark Fasheh   [PATCH] OCFS2: Th...
16
17
18
19
20
21
22
23
24
  	buffer_head_io.o	\
  	dcache.o 		\
  	dir.o 			\
  	dlmglue.o 		\
  	export.o 		\
  	extent_map.o 		\
  	file.o 			\
  	heartbeat.o 		\
  	inode.o 		\
ca4d147e6   Herbert Poetzl   ocfs2: add ext2 a...
25
  	ioctl.o 		\
ccd979bdb   Mark Fasheh   [PATCH] OCFS2: Th...
26
27
  	journal.o 		\
  	localalloc.o 		\
53fc622b9   Mark Fasheh   [PATCH 2/2] ocfs2...
28
  	locks.o			\
ccd979bdb   Mark Fasheh   [PATCH] OCFS2: Th...
29
30
  	mmap.o 			\
  	namei.o 		\
f2c870e3b   Tao Ma   ocfs2: Add ocfs2_...
31
  	refcounttree.o		\
d02f00cc0   Mark Fasheh   ocfs2: allocation...
32
  	reservations.o		\
028ba5df6   Tristan Ye   Ocfs2/move_extent...
33
  	move_extents.o		\
d659072f7   Tao Ma   [PATCH 1/2] ocfs2...
34
  	resize.o		\
ccd979bdb   Mark Fasheh   [PATCH] OCFS2: Th...
35
36
37
38
39
40
  	slot_map.o 		\
  	suballoc.o 		\
  	super.o 		\
  	symlink.o 		\
  	sysfile.o 		\
  	uptodate.o		\
f56654c43   Tao Ma   ocfs2: Add extent...
41
  	ver.o			\
9e33d69f5   Jan Kara   ocfs2: Implementa...
42
43
  	quota_local.o		\
  	quota_global.o		\
e6aabe0ca   Jan Kara   ocfs2: Always inc...
44
45
  	xattr.o			\
  	acl.o
929fb014e   Tiger Yang   ocfs2: add POSIX ...
46

286eaa95c   Joel Becker   ocfs2: Break out ...
47
48
  ocfs2_stackglue-objs := stackglue.o
  ocfs2_stack_o2cb-objs := stack_o2cb.o
b92eccdd2   Joel Becker   ocfs2: Add kbuild...
49
  ocfs2_stack_user-objs := stack_user.o
286eaa95c   Joel Becker   ocfs2: Break out ...
50

34a9dd7e2   Joel Becker   ocfs2_dlmfs: Move...
51
  obj-$(CONFIG_OCFS2_FS) += dlmfs/
9341d2294   Joel Becker   ocfs2: Allow sele...
52
  # cluster/ is always needed when OCFS2_FS for masklog support
ccd979bdb   Mark Fasheh   [PATCH] OCFS2: Th...
53
  obj-$(CONFIG_OCFS2_FS) += cluster/
9341d2294   Joel Becker   ocfs2: Allow sele...
54
  obj-$(CONFIG_OCFS2_FS_O2CB) += dlm/