X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lnet%2FMakefile.in;fp=lnet%2FMakefile.in;h=455eaf41b3aeb43a04d428a29a9a4f36aa0e8e17;hb=bd1b99d7caa6ab2b7c771524af9178a3da69eeab;hp=0000000000000000000000000000000000000000;hpb=227dea74c6bd44af188f9f39fe2982a8d5da4023;p=fs%2Flustre-release.git diff --git a/lnet/Makefile.in b/lnet/Makefile.in new file mode 100644 index 0000000..455eaf4 --- /dev/null +++ b/lnet/Makefile.in @@ -0,0 +1,13 @@ +ifeq (@MODULES_TRUE@,) + +subdir-m += libcfs +ifeq (@CRAY_PORTALS_FALSE@,) +subdir-m += portals +subdir-m += knals +subdir-m += router +subdir-m += tests +endif # CRAY_PORTALS_FALSE + +endif # MODULES + +@INCLUDE_RULES@