summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/variables.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index dc5286c896..ef4d6a0534 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -4753,6 +4753,10 @@ system and gives an overview of their function and contents.
4753 to the :term:`KERNEL_SRC` variable. Both variables are common variables 4753 to the :term:`KERNEL_SRC` variable. Both variables are common variables
4754 used by external Makefiles to point to the kernel source directory. 4754 used by external Makefiles to point to the kernel source directory.
4755 4755
4756 :term:`KERNEL_STRIP`
4757 Allows to specific which ``strip`` command to use to strip the kernel
4758 binary, typically either GNU binutils ``strip`` or ``llvm-strip``.
4759
4756 :term:`KERNEL_VERSION` 4760 :term:`KERNEL_VERSION`
4757 Specifies the version of the kernel as extracted from ``version.h`` 4761 Specifies the version of the kernel as extracted from ``version.h``
4758 or ``utsrelease.h`` within the kernel sources. Effects of setting 4762 or ``utsrelease.h`` within the kernel sources. Effects of setting