Whamcloud - gitweb
LU-5568 lnet: fix kernel crash when network failed to start
[fs/lustre-release.git] / lnet / Makefile.in
index 455eaf4..9d25495 100644 (file)
@@ -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@