]> Pileus Git - ~andy/linux/blobdiff - fs/ocfs2/Makefile
Merge branch 'for-torvalds' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw...
[~andy/linux] / fs / ocfs2 / Makefile
index 791c0886c0606918bcc16a2322255022889d0b61..d8a0313e99e6af42b8412e91bb44cb2d7bb410b8 100644 (file)
@@ -1,6 +1,6 @@
-EXTRA_CFLAGS += -Ifs/ocfs2
+ccflags-y := -Ifs/ocfs2
 
-EXTRA_CFLAGS += -DCATCH_BH_JBD_RACES
+ccflags-y += -DCATCH_BH_JBD_RACES
 
 obj-$(CONFIG_OCFS2_FS) +=      \
        ocfs2.o                 \
@@ -29,6 +29,7 @@ ocfs2-objs := \
        mmap.o                  \
        namei.o                 \
        refcounttree.o          \
+       reservations.o          \
        resize.o                \
        slot_map.o              \
        suballoc.o              \