X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lnet%2FMakefile.in;h=ae325de36cd354b0ffd8f8a7e81a8bccf0d0eabc;hp=455eaf41b3aeb43a04d428a29a9a4f36aa0e8e17;hb=416e67222b769df490a8be034ef987a596dd8dff;hpb=bd1b99d7caa6ab2b7c771524af9178a3da69eeab diff --git a/lnet/Makefile.in b/lnet/Makefile.in index 455eaf4..ae325de 100644 --- a/lnet/Makefile.in +++ b/lnet/Makefile.in @@ -1,13 +1,7 @@ -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 +lnet-subdirs += lnet/ +lnet-subdirs += klnds/ +lnet-subdirs += selftest/ +obj-m += $(lnet-subdirs) @INCLUDE_RULES@