X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=ldiskfs%2Fldiskfs%2FMakefile.in;h=acbd1334b0c46dfae31bf6fdaca13b64b93a40a0;hp=27584ac9c8297a8747f0db7f7ea2cb641327424a;hb=8e858671be59ed53fad2d340cf841b026943cc8a;hpb=4a9c3a7e44c1b49216ccecd77c705d8d228e89a6 diff --git a/ldiskfs/ldiskfs/Makefile.in b/ldiskfs/ldiskfs/Makefile.in index 27584ac..acbd133 100644 --- a/ldiskfs/ldiskfs/Makefile.in +++ b/ldiskfs/ldiskfs/Makefile.in @@ -5,16 +5,19 @@ MODULES := ldiskfs # copy makefile over to not break patches backfs_extra := $(wildcard @LINUX@/fs/@BACKFS@/Makefile) -backfs_headers := $(wildcard @LINUX@/fs/@BACKFS@/*.h) +backfs_headers := $(wildcard @EXT_DIR@/*.h) linux_headers := $(wildcard @LINUX@/include/linux/@BACKFS@*.h) +linux_new_headers := dynlocks.h +@LDISKFS_PDO_TRUE@linux_new_headers += htree_lock.h trace_headers := $(wildcard @LINUX@/include/trace/events/@BACKFS@*.h) -backfs_sources := $(filter-out %.mod.c,$(wildcard @LINUX@/fs/@BACKFS@/*.c)) +backfs_sources := $(filter-out %.mod.c,$(wildcard @EXT_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 +@LDISKFS_PDO_TRUE@ext4_new_sources += htree_lock.c ext4_new_headers := new_sources := $(@BACKFS@_new_sources)