X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fldiskfs%2FMakefile.in;fp=lustre%2Fldiskfs%2FMakefile.in;h=80d9efb84dfea2eec4094b4d9b1ffccbfcc42506;hp=7d1e229e951f1164e99dcded704cf68d24696b8b;hb=191061ee668400324f4505cf498f1ee2d57e4962;hpb=86f8aaddd53ca75bdf3f4d5c1c92536be2da1415 diff --git a/lustre/ldiskfs/Makefile.in b/lustre/ldiskfs/Makefile.in index 7d1e229..80d9efb 100644 --- a/lustre/ldiskfs/Makefile.in +++ b/lustre/ldiskfs/Makefile.in @@ -7,11 +7,10 @@ ext3_extra := $(wildcard @LINUX@/fs/ext3/Makefile) ext3_headers := $(wildcard @LINUX@/fs/ext3/*.h) linux_headers := $(wildcard @LINUX@/include/linux/ext3*.h) - +new_linux_hearders := ext3_extents.h ext3_sources := $(filter-out %.mod.c,$(wildcard @LINUX@/fs/ext3/*.c)) -new_sources := iopen.c iopen.h +new_sources := iopen.c iopen.h extents.c extents-in-ea.c ldiskfs_sources := $(notdir $(ext3_sources) $(ext3_headers)) $(new_sources) - ldiskfs-objs := $(filter %.o,$(ldiskfs_sources:.c=.o)) EXTRA_PRE_CFLAGS := -I@LINUX@/fs -I@LUSTRE@ -I@LUSTRE@/ldiskfs