Whamcloud - gitweb
LU-264 Integrate upstream ext4 MMP chnages
[fs/lustre-release.git] / ldiskfs / ldiskfs / Makefile.in
index 7f369b2..27584ac 100644 (file)
@@ -7,13 +7,14 @@ backfs_extra := $(wildcard @LINUX@/fs/@BACKFS@/Makefile)
 
 backfs_headers := $(wildcard @LINUX@/fs/@BACKFS@/*.h)
 linux_headers := $(wildcard @LINUX@/include/linux/@BACKFS@*.h)
+trace_headers := $(wildcard @LINUX@/include/trace/events/@BACKFS@*.h)
 
 backfs_sources := $(filter-out %.mod.c,$(wildcard @LINUX@/fs/@BACKFS@/*.c))
 
-ext3_new_sources := iopen.c iopen.h extents.c mballoc.c group.h fiemap.h
-ext3_new_headers := ext3_extents.h 
+ext3_new_sources := extents.c mballoc.c group.h dynlocks.c fiemap.h
+ext3_new_headers := ext3_extents.h
 
-ext4_new_sources := iopen.c iopen.h fiemap.h
+ext4_new_sources := dynlocks.c fiemap.h mmp.c
 ext4_new_headers :=
 
 new_sources := $(@BACKFS@_new_sources)