X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=ldiskfs%2FMakefile.in;h=a061c5a0665618281dd1d88b0811462d31975c57;hp=af44d1da6ef75bc93fdc8fefc60a706e853db77f;hb=61d4357fa8c0c6371e3ab66a9d38aaa6cc7bf4d8;hpb=4dd31baae9a73502c5c7bb5c0962fd703e231fd5 diff --git a/ldiskfs/Makefile.in b/ldiskfs/Makefile.in index af44d1d..a061c5a 100644 --- a/ldiskfs/Makefile.in +++ b/ldiskfs/Makefile.in @@ -7,21 +7,13 @@ backfs_extra := $(wildcard @LINUX@/fs/ext4/Makefile) backfs_headers := $(wildcard @EXT4_SRC_DIR@/*.h) linux_headers := $(wildcard @LINUX@/include/linux/ext4*.h) -linux_new_headers := dynlocks.h -linux_new_headers += htree_lock.h +linux_new_headers := htree_lock.h trace_headers := $(wildcard @LINUX@/include/trace/events/ext4*.h) backfs_sources := $(filter-out %.mod.c,$(wildcard @EXT4_SRC_DIR@/*.c)) -ext3_new_sources := extents.c mballoc.c group.h dynlocks.c fiemap.h -ext3_new_headers := ext3_extents.h - -ext4_new_sources := dynlocks.c fiemap.h mmp.c -ext4_new_sources += htree_lock.c -ext4_new_headers := - -new_sources := $(ext4_new_sources) -new_headers := $(ext4_new_headers) +new_sources := mmp.c htree_lock.c +new_headers := ldiskfs_patched_sources := $(notdir $(backfs_sources) $(backfs_headers)) $(new_sources) $(new_headers) ldiskfs_sources := $(ldiskfs_patched_sources)