X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fmdt%2FMakefile.in;h=0b0e6a4612aac5a40ad9e1a0dc8fe71d0d3af62b;hb=2eb0c38c2a4df0fe4879d0894b7ebd9452a52d39;hp=8573464fef86eab867d8e8bc3b74b2e4844b2da0;hpb=d0c104aa0e96b1f1d2366bc1e4715fe3830f41b4;p=fs%2Flustre-release.git diff --git a/lustre/mdt/Makefile.in b/lustre/mdt/Makefile.in index 8573464..0b0e6a4 100644 --- a/lustre/mdt/Makefile.in +++ b/lustre/mdt/Makefile.in @@ -1,6 +1,11 @@ MODULES := mdt mdt-objs := mdt_handler.o mdt_lib.o mdt_reint.o mdt_xattr.o mdt_recovery.o -mdt-objs += mdt_open.o mdt_idmap.o mdt_identity.o mdt_capa.o mdt_lproc.o mdt_fs.o -mdt-objs += mdt_lvb.o mdt_hsm.o +mdt-objs += mdt_open.o mdt_idmap.o mdt_identity.o mdt_lproc.o mdt_fs.o +mdt-objs += mdt_lvb.o mdt_hsm.o mdt_mds.o +mdt-objs += mdt_hsm_cdt_actions.o +mdt-objs += mdt_hsm_cdt_requests.o +mdt-objs += mdt_hsm_cdt_client.o +mdt-objs += mdt_hsm_cdt_agent.o +mdt-objs += mdt_coordinator.o @INCLUDE_RULES@