X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lnet%2FMakefile.in;h=71d0dc847d1c31d20eb4a2887fc893f2c13e0b5f;hp=455eaf41b3aeb43a04d428a29a9a4f36aa0e8e17;hb=f9919c68a565db9a25a9253d4a69bfc814a6a1e0;hpb=bd1b99d7caa6ab2b7c771524af9178a3da69eeab diff --git a/lnet/Makefile.in b/lnet/Makefile.in index 455eaf4..71d0dc8 100644 --- a/lnet/Makefile.in +++ b/lnet/Makefile.in @@ -1,13 +1,9 @@ -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 +cray-subdirs += portals +cray-subdirs += knals +cray-subdirs += router +cray-subdirs += tests +@CRAY_PORTALS_FALSE@subdir-m += $(cray-subdirs) @INCLUDE_RULES@