diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-05-09 14:42:36 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-13 07:50:58 +0100 |
commit | 084c784fb5fcfa4a80611f6f229500b46ff2fc0a (patch) | |
tree | 374e27996ee5ea7120bd5c9a5660a24792321ef2 /documentation/kernel-dev/kernel-dev-common.xml | |
parent | 8e90933d3d4c97043de457f03b1fb28bc37d4a29 (diff) | |
download | poky-084c784fb5fcfa4a80611f6f229500b46ff2fc0a.tar.gz |
kernel-dev: Added a link to the do_compile task.
There was an occurrence of the do_compile task mentioned in the
manual. I have added a cross-reference link from it to the new
section in the ref-manual.
(From yocto-docs rev: 0981ca8ca9856063d4daeaae155aabdfd1c7dcc8)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/kernel-dev/kernel-dev-common.xml')
-rw-r--r-- | documentation/kernel-dev/kernel-dev-common.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml index ef1d0dbc5b..3adc648098 100644 --- a/documentation/kernel-dev/kernel-dev-common.xml +++ b/documentation/kernel-dev/kernel-dev-common.xml | |||
@@ -699,7 +699,8 @@ | |||
699 | with the necessary Linux kernel build information to build modules. | 699 | with the necessary Linux kernel build information to build modules. |
700 | If your module <filename>Makefile</filename> uses a different | 700 | If your module <filename>Makefile</filename> uses a different |
701 | variable, you might want to override the | 701 | variable, you might want to override the |
702 | <filename>do_compile()</filename> step, or create a patch to | 702 | <ulink url='&YOCTO_DOCS_REF_URL;#ref-tasks-compile'><filename>do_compile()</filename></ulink> |
703 | step, or create a patch to | ||
703 | the <filename>Makefile</filename> to work with the more typical | 704 | the <filename>Makefile</filename> to work with the more typical |
704 | <filename>KERNEL_SRC</filename> or <filename>KERNEL_PATH</filename> | 705 | <filename>KERNEL_SRC</filename> or <filename>KERNEL_PATH</filename> |
705 | variables. | 706 | variables. |