File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#
2- # Copyright (c) 2014, 2020 , Oracle and/or its affiliates. All rights reserved.
2+ # Copyright (c) 2014, 2021 , Oracle and/or its affiliates. All rights reserved.
33# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44#
55# This code is free software; you can redistribute it and/or modify it
2626ifndef _MODULES_GMK
2727_MODULES_GMK := 1
2828
29- # Hook to include the corresponding custom file, if present.
30- $(eval $(call IncludeCustomExtension, common/Modules.gmk))
31-
3229################################################################################
3330# Setup module sets for classloaders
3431
@@ -48,6 +45,11 @@ include $(TOPDIR)/make/conf/docs-modules.conf
4845
4946include $(TOPDIR)/make/conf/build-module-sets.conf
5047
48+ ################################################################################
49+ # Hook to include the corresponding custom file, if present.
50+ # Allowing MODULE list extensions setup above.
51+ $(eval $(call IncludeCustomExtension, common/Modules.gmk))
52+
5153################################################################################
5254# Depending on the configuration, we might need to filter out some modules that
5355# normally should have been included
You can’t perform that action at this time.
0 commit comments