summaryrefslogtreecommitdiff
path: root/buildstream/plugins/elements/make.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildstream/plugins/elements/make.py')
-rw-r--r--buildstream/plugins/elements/make.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/buildstream/plugins/elements/make.py b/buildstream/plugins/elements/make.py
index a6ba8576b..37024926c 100644
--- a/buildstream/plugins/elements/make.py
+++ b/buildstream/plugins/elements/make.py
@@ -23,6 +23,10 @@
This is a :mod:`BuildElement <buildstream.buildelement>` implementation for
using GNU make based build.
+.. note::
+
+ The ``make`` element is available since :ref:`format version 9 <project_format_version>`
+
Here is the default configuration for the ``make`` element in full:
.. literalinclude:: ../../../buildstream/plugins/elements/make.yaml