diff options
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r-- | documentation/ref-manual/variables.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 54da54f71d..62176f7ee8 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -4277,7 +4277,7 @@ system and gives an overview of their function and contents. | |||
4277 | 4277 | ||
4278 | KBUILD_DEFCONFIG:<machine> ?= "defconfig_file" | 4278 | KBUILD_DEFCONFIG:<machine> ?= "defconfig_file" |
4279 | 4279 | ||
4280 | Here is an example from a "raspberrypi2" :term:`KMACHINE` build that uses | 4280 | Here is an example from a "raspberrypi2" :term:`MACHINE` build that uses |
4281 | a ``defconfig`` file named "bcm2709_defconfig":: | 4281 | a ``defconfig`` file named "bcm2709_defconfig":: |
4282 | 4282 | ||
4283 | KBUILD_DEFCONFIG:raspberrypi2 = "bcm2709_defconfig" | 4283 | KBUILD_DEFCONFIG:raspberrypi2 = "bcm2709_defconfig" |