diff options
Diffstat (limited to 'fs/ocfs2/Makefile')
-rw-r--r-- | fs/ocfs2/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/fs/ocfs2/Makefile b/fs/ocfs2/Makefile index 8e86195fedbf..b734254329b2 100644 --- a/fs/ocfs2/Makefile +++ b/fs/ocfs2/Makefile | |||
@@ -2,7 +2,7 @@ EXTRA_CFLAGS += -Ifs/ocfs2 | |||
2 | 2 | ||
3 | EXTRA_CFLAGS += -DCATCH_BH_JBD_RACES | 3 | EXTRA_CFLAGS += -DCATCH_BH_JBD_RACES |
4 | 4 | ||
5 | obj-$(CONFIG_OCFS2_FS) += ocfs2.o | 5 | obj-$(CONFIG_OCFS2_FS) += ocfs2.o ocfs2_stackglue.o ocfs2_stack_o2cb.o |
6 | 6 | ||
7 | ocfs2-objs := \ | 7 | ocfs2-objs := \ |
8 | alloc.o \ | 8 | alloc.o \ |
@@ -24,8 +24,6 @@ ocfs2-objs := \ | |||
24 | namei.o \ | 24 | namei.o \ |
25 | resize.o \ | 25 | resize.o \ |
26 | slot_map.o \ | 26 | slot_map.o \ |
27 | stackglue.o \ | ||
28 | stack_o2cb.o \ | ||
29 | suballoc.o \ | 27 | suballoc.o \ |
30 | super.o \ | 28 | super.o \ |
31 | symlink.o \ | 29 | symlink.o \ |
@@ -33,5 +31,8 @@ ocfs2-objs := \ | |||
33 | uptodate.o \ | 31 | uptodate.o \ |
34 | ver.o | 32 | ver.o |
35 | 33 | ||
34 | ocfs2_stackglue-objs := stackglue.o | ||
35 | ocfs2_stack_o2cb-objs := stack_o2cb.o | ||
36 | |||
36 | obj-$(CONFIG_OCFS2_FS) += cluster/ | 37 | obj-$(CONFIG_OCFS2_FS) += cluster/ |
37 | obj-$(CONFIG_OCFS2_FS) += dlm/ | 38 | obj-$(CONFIG_OCFS2_FS) += dlm/ |