diff options
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r-- | documentation/ref-manual/variables.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index dfe143554f..fae31eef1c 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -4251,8 +4251,7 @@ system and gives an overview of their function and contents. | |||
4251 | would place patch files and configuration fragment files (i.e. | 4251 | would place patch files and configuration fragment files (i.e. |
4252 | "out-of-tree"). However, if you want to use a ``defconfig`` file that | 4252 | "out-of-tree"). However, if you want to use a ``defconfig`` file that |
4253 | is part of the kernel tree (i.e. "in-tree"), you can use the | 4253 | is part of the kernel tree (i.e. "in-tree"), you can use the |
4254 | :term:`KBUILD_DEFCONFIG` variable and append the | 4254 | :term:`KBUILD_DEFCONFIG` variable to point to the |
4255 | :term:`KMACHINE` variable to point to the | ||
4256 | ``defconfig`` file. | 4255 | ``defconfig`` file. |
4257 | 4256 | ||
4258 | To use the variable, set it in the append file for your kernel recipe | 4257 | To use the variable, set it in the append file for your kernel recipe |