diff mbox series

[2/2] ref-manual/variables.rst: fix the description of KBUILD_DEFCONFIG

Message ID 20250923121422.24593-3-adam.blank.g@gmail.com
State New
Headers show
Series Fix KBUILD_DEFCONFIG documentation | expand

Commit Message

Adam Blank Sept. 23, 2025, 12:14 p.m. UTC
Remove some leftover confusing mention of KMACHINE.

Signed-off-by: Adam Blank <adam.blank.g@gmail.com>
---
 documentation/ref-manual/variables.rst | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 18ead7d04..2f9f1a9d8 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.
       would place patch files and configuration fragment files (i.e.
       "out-of-tree"). However, if you want to use a ``defconfig`` file that
       is part of the kernel tree (i.e. "in-tree"), you can use the
-      :term:`KBUILD_DEFCONFIG` variable and append the
-      :term:`KMACHINE` variable to point to the
+      :term:`KBUILD_DEFCONFIG` variable to point to the
       ``defconfig`` file.
 
       To use the variable, set it in the append file for your kernel recipe