diff options
Diffstat (limited to 'documentation/kernel-dev/common.rst')
-rw-r--r-- | documentation/kernel-dev/common.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/kernel-dev/common.rst b/documentation/kernel-dev/common.rst index 3c8e0b74e9..e0a85575c1 100644 --- a/documentation/kernel-dev/common.rst +++ b/documentation/kernel-dev/common.rst | |||
@@ -651,10 +651,10 @@ form:: | |||
651 | 651 | ||
652 | KBUILD_DEFCONFIG:<machine> ?= "defconfig_file" | 652 | KBUILD_DEFCONFIG:<machine> ?= "defconfig_file" |
653 | 653 | ||
654 | Here is an example | 654 | Here is an example that assigns the :term:`KBUILD_DEFCONFIG` variable utilizing |
655 | that assigns the :term:`KBUILD_DEFCONFIG` variable based on "raspberrypi2" | 655 | an override for the "raspberrypi2" :term:`MACHINE` and provides the path to the |
656 | and provides the path to the "in-tree" ``defconfig`` file to be used for | 656 | "in-tree" ``defconfig`` file to be used for a Raspberry Pi 2, which is based on |
657 | a Raspberry Pi 2, which is based on the Broadcom 2708/2709 chipset:: | 657 | the Broadcom 2708/2709 chipset:: |
658 | 658 | ||
659 | KBUILD_DEFCONFIG:raspberrypi2 ?= "bcm2709_defconfig" | 659 | KBUILD_DEFCONFIG:raspberrypi2 ?= "bcm2709_defconfig" |
660 | 660 | ||