summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/variables.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 18ead7d046..2f9f1a9d80 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -4892,8 +4892,7 @@ system and gives an overview of their function and contents.
4892 would place patch files and configuration fragment files (i.e. 4892 would place patch files and configuration fragment files (i.e.
4893 "out-of-tree"). However, if you want to use a ``defconfig`` file that 4893 "out-of-tree"). However, if you want to use a ``defconfig`` file that
4894 is part of the kernel tree (i.e. "in-tree"), you can use the 4894 is part of the kernel tree (i.e. "in-tree"), you can use the
4895 :term:`KBUILD_DEFCONFIG` variable and append the 4895 :term:`KBUILD_DEFCONFIG` variable to point to the
4896 :term:`KMACHINE` variable to point to the
4897 ``defconfig`` file. 4896 ``defconfig`` file.
4898 4897
4899 To use the variable, set it in the append file for your kernel recipe 4898 To use the variable, set it in the append file for your kernel recipe