summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-dev
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-05-09 14:42:36 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-05-13 07:50:58 +0100
commit084c784fb5fcfa4a80611f6f229500b46ff2fc0a (patch)
tree374e27996ee5ea7120bd5c9a5660a24792321ef2 /documentation/kernel-dev
parent8e90933d3d4c97043de457f03b1fb28bc37d4a29 (diff)
downloadpoky-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')
-rw-r--r--documentation/kernel-dev/kernel-dev-common.xml3
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.