summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r--documentation/ref-manual/variables.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index a36c4c6df9..54da54f71d 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -4275,7 +4275,7 @@ system and gives an overview of their function and contents.
4275 To use the variable, set it in the append file for your kernel recipe 4275 To use the variable, set it in the append file for your kernel recipe
4276 using the following form:: 4276 using the following form::
4277 4277
4278 KBUILD_DEFCONFIG_KMACHINE ?= defconfig_file 4278 KBUILD_DEFCONFIG:<machine> ?= "defconfig_file"
4279 4279
4280 Here is an example from a "raspberrypi2" :term:`KMACHINE` build that uses 4280 Here is an example from a "raspberrypi2" :term:`KMACHINE` build that uses
4281 a ``defconfig`` file named "bcm2709_defconfig":: 4281 a ``defconfig`` file named "bcm2709_defconfig"::