summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-dev
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/kernel-dev')
-rw-r--r--documentation/kernel-dev/common.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/kernel-dev/common.rst b/documentation/kernel-dev/common.rst
index dff8f504fd..3c8e0b74e9 100644
--- a/documentation/kernel-dev/common.rst
+++ b/documentation/kernel-dev/common.rst
@@ -649,7 +649,7 @@ append files, you can direct the OpenEmbedded build system to use a
649To specify an "in-tree" ``defconfig`` file, use the following statement 649To specify an "in-tree" ``defconfig`` file, use the following statement
650form:: 650form::
651 651
652 KBUILD_DEFCONFIG_KMACHINE ?= "defconfig_file" 652 KBUILD_DEFCONFIG:<machine> ?= "defconfig_file"
653 653
654Here is an example 654Here is an example
655that assigns the :term:`KBUILD_DEFCONFIG` variable based on "raspberrypi2" 655that assigns the :term:`KBUILD_DEFCONFIG` variable based on "raspberrypi2"