diff options
-rw-r--r-- | documentation/kernel-dev/kernel-dev-common.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml index ab7f80fbe4..d3119a88b2 100644 --- a/documentation/kernel-dev/kernel-dev-common.xml +++ b/documentation/kernel-dev/kernel-dev-common.xml | |||
@@ -270,11 +270,12 @@ | |||
270 | edit the recipe that builds your kernel so that it has the | 270 | edit the recipe that builds your kernel so that it has the |
271 | following command form: | 271 | following command form: |
272 | <literallayout class='monospaced'> | 272 | <literallayout class='monospaced'> |
273 | KBUILD_DEFCONFIG_<ulink url='&YOCTO_DOCS_REF_URL;#var-KMACHINE'>KMACHINE</ulink> ?= <replaceable>defconfig_file</replaceable> | 273 | KBUILD_DEFCONFIG_KMACHINE ?= <replaceable>defconfig_file</replaceable> |
274 | </literallayout> | 274 | </literallayout> |
275 | You need to append the variable with | 275 | You need to append the variable with |
276 | <filename>KMACHINE</filename> and then supply the path to | 276 | <ulink url='&YOCTO_DOCS_REF_URL;#var-KMACHINE'><filename>KMACHINE</filename></ulink> |
277 | your "in-tree" <filename>defconfig</filename> file. | 277 | and then supply the path to your "in-tree" |
278 | <filename>defconfig</filename> file. | ||
278 | </para> | 279 | </para> |
279 | 280 | ||
280 | <para> | 281 | <para> |