X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=ldiskfs%2Fldiskfs%2FMakefile.in;h=5abd2466ed8140c43ae75604f44cc82bfb0bff54;hp=27584ac9c8297a8747f0db7f7ea2cb641327424a;hb=0d5cf708f60c1ed9233fd12f4326851ab412ef6a;hpb=111977b7ecd2af3dc4af11c46de8288416cff0ee diff --git a/ldiskfs/ldiskfs/Makefile.in b/ldiskfs/ldiskfs/Makefile.in index 27584ac..5abd246 100644 --- a/ldiskfs/ldiskfs/Makefile.in +++ b/ldiskfs/ldiskfs/Makefile.in @@ -5,11 +5,11 @@ 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) 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