X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lnet%2Fklnds%2FMakefile.in;h=d968d82eca36f840b980a099dc6eb2bee4615e4b;hp=ad178974085f6b74f9a5e3d070ad8aa3124c1498;hb=HEAD;hpb=61bcfb2ff55edf6df2a3735b08bbeb479b598833 diff --git a/lnet/klnds/Makefile.in b/lnet/klnds/Makefile.in index ad17897..6a3bcf9 100644 --- a/lnet/klnds/Makefile.in +++ b/lnet/klnds/Makefile.in @@ -1,8 +1,9 @@ -@BUILD_MXLND_TRUE@subdir-m += mxlnd -@BUILD_RALND_TRUE@subdir-m += ralnd -@BUILD_GNILND_TRUE@subdir-m += gnilnd -@BUILD_O2IBLND_TRUE@subdir-m += o2iblnd -@BUILD_QSWLND_TRUE@subdir-m += qswlnd -subdir-m += socklnd +@BUILD_GNILND_TRUE@obj-m += gnilnd/ +@BUILT_IN_KO2IBLND_TRUE@obj-m += in-kernel-o2iblnd/ +ifneq ($(BUILD_EXT_O2IB),) +@EXTERNAL_KO2IBLND_TRUE@obj-m += o2iblnd/ +endif +@BUILD_KFILND_TRUE@obj-m += kfilnd/ +obj-m += socklnd/ @INCLUDE_RULES@