Skip to content
Snippets Groups Projects
Commit 20f9ad83 authored by jacob's avatar jacob
Browse files

Fix --disable-modules build.

parent 23646bd1
No related branches found
No related tags found
No related merge requests found
ifeq (@MODULES_TRUE@,)
subdir-m += libcfs 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@ @INCLUDE_RULES@
ifeq (@MODULES_TRUE@,)
@BUILD_GMNAL_TRUE@subdir-m += gmnal @BUILD_GMNAL_TRUE@subdir-m += gmnal
@BUILD_IBNAL_TRUE@subdir-m += ibnal @BUILD_IBNAL_TRUE@subdir-m += ibnal
@BUILD_QSWNAL_TRUE@subdir-m += qswnal @BUILD_QSWNAL_TRUE@subdir-m += qswnal
@BUILD_SCIMACNAL_TRUE@subdir-m += scimacnal @BUILD_SCIMACNAL_TRUE@subdir-m += scimacnal
subdir-m += socknal subdir-m += socknal
endif # MODULES_TRUE
@INCLUDE_RULES@ @INCLUDE_RULES@
ifeq (@MODULES_TRUE@,)
subdir-m += portals subdir-m += portals
@LDISKFS_TRUE@subdir-m += ldiskfs @LDISKFS_TRUE@subdir-m += ldiskfs
...@@ -24,6 +22,4 @@ endif # PATCHLEVEL = 4 ...@@ -24,6 +22,4 @@ endif # PATCHLEVEL = 4
@SNAPFS_TRUE@subdir-m += snapfs @SNAPFS_TRUE@subdir-m += snapfs
@SMFS_TRUE@subdir-m += smfs @SMFS_TRUE@subdir-m += smfs
endif # MODULES_TRUE
@INCLUDE_RULES@ @INCLUDE_RULES@
ifeq (@MODULES_TRUE@,)
subdir-m += libcfs 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@ @INCLUDE_RULES@
ifeq (@MODULES_TRUE@,)
@BUILD_GMNAL_TRUE@subdir-m += gmnal @BUILD_GMNAL_TRUE@subdir-m += gmnal
@BUILD_IBNAL_TRUE@subdir-m += ibnal @BUILD_IBNAL_TRUE@subdir-m += ibnal
@BUILD_QSWNAL_TRUE@subdir-m += qswnal @BUILD_QSWNAL_TRUE@subdir-m += qswnal
@BUILD_SCIMACNAL_TRUE@subdir-m += scimacnal @BUILD_SCIMACNAL_TRUE@subdir-m += scimacnal
subdir-m += socknal subdir-m += socknal
endif # MODULES_TRUE
@INCLUDE_RULES@ @INCLUDE_RULES@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment