X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;ds=inline;f=lustre%2Fmdt%2FMakefile.in;h=2b23a670265e7bb1974c926bff93456c8615d1bd;hb=4322e0f99c87bc0412d315d0674d70cc1ffc0bb4;hp=3867fd44b7dc380817b9c3ec597a614a8b16e852;hpb=a7241f1692be2f725a4b2607801e6829c842891c;p=fs%2Flustre-release.git diff --git a/lustre/mdt/Makefile.in b/lustre/mdt/Makefile.in index 3867fd4..2b23a67 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_mds.o out_handler.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@