make/common/Modules.gmk
changeset 45204 fe11cf5da4bf
parent 45098 4f30865c93b0
child 45232 1e2ad0809162
equal deleted inserted replaced
45203:1eb6d5bd7b92 45204:fe11cf5da4bf
   389       ifeq ($$(classloader), boot)
   389       ifeq ($$(classloader), boot)
   390         BOOT_MODULES += $1
   390         BOOT_MODULES += $1
   391       else ifeq ($$(classloader), ext)
   391       else ifeq ($$(classloader), ext)
   392         PLATFORM_MODULES += $1
   392         PLATFORM_MODULES += $1
   393       endif
   393       endif
   394       DOCS_MODULES += $1
   394       ifneq ($$(include_in_docs), false)
       
   395         # defaults to true if unspecified
       
   396         DOCS_MODULES += $1
       
   397       endif
   395     else
   398     else
   396       # Default to include in all
   399       # Default to include in all
   397       JRE_MODULES += $1
   400       JRE_MODULES += $1
   398       JDK_MODULES += $1
   401       JDK_MODULES += $1
   399     endif
   402     endif