summaryrefslogtreecommitdiffstats
path: root/make/include/contrib.defs
diff options
context:
space:
mode:
Diffstat (limited to 'make/include/contrib.defs')
-rw-r--r--make/include/contrib.defs5
1 files changed, 5 insertions, 0 deletions
diff --git a/make/include/contrib.defs b/make/include/contrib.defs
index 5223fb45e..3d2aa9074 100644
--- a/make/include/contrib.defs
+++ b/make/include/contrib.defs
@@ -10,6 +10,11 @@ CONTRIB.spec = $(if $(filter 1,$(BUILD.cross)),$(HOST.spec))
##
define import.CONTRIB.defs
##
+ ## keep a list of the enabled contrib packages
+ ##
+ CONTRIBS += $(1)
+
+ ##
## import gcc/g++ support mainly so we can force contrib choice of
## gcc executable, and debug/optimization flags.
##