]> Pileus Git - ~andy/linux/blobdiff - fs/ocfs2/Makefile
Merge branch 'pnfs-submit' of git://git.open-osd.org/linux-open-osd
[~andy/linux] / fs / ocfs2 / Makefile
index 07d9fd85435028f2ca2e0ad1b298a490741b6c70..f17e58b32989a53f4f0413065bbd5e07d7901d5d 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                 \
@@ -30,6 +30,7 @@ ocfs2-objs := \
        namei.o                 \
        refcounttree.o          \
        reservations.o          \
+       move_extents.o          \
        resize.o                \
        slot_map.o              \
        suballoc.o              \