X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lnet%2FMakefile.in;h=9d25495c3333c61dc8d1b7e72c98567e4cc5adc6;hp=455eaf41b3aeb43a04d428a29a9a4f36aa0e8e17;hb=7337db63e1212ef4422a5fe88e1e42e03161daeb;hpb=bd1b99d7caa6ab2b7c771524af9178a3da69eeab diff --git a/lnet/Makefile.in b/lnet/Makefile.in index 455eaf4..9d25495 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 +subdir-m += $(lnet-subdirs) @INCLUDE_RULES@