diff options
Diffstat (limited to 'documentation/kernel-dev/common.rst')
-rw-r--r-- | documentation/kernel-dev/common.rst | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/documentation/kernel-dev/common.rst b/documentation/kernel-dev/common.rst index fd00a9d1dc..dff8f504fd 100644 --- a/documentation/kernel-dev/common.rst +++ b/documentation/kernel-dev/common.rst | |||
@@ -1685,12 +1685,10 @@ looks much like the one provided with the ``hello-mod`` template:: | |||
1685 | ... | 1685 | ... |
1686 | 1686 | ||
1687 | The important point to note here is the :term:`KERNEL_SRC` variable. The | 1687 | The important point to note here is the :term:`KERNEL_SRC` variable. The |
1688 | :ref:`module <ref-classes-module>` class sets this variable and the | 1688 | :ref:`ref-classes-module` class sets this variable and the :term:`KERNEL_PATH` |
1689 | :term:`KERNEL_PATH` variable to | 1689 | variable to ``${STAGING_KERNEL_DIR}`` with the necessary Linux kernel build |
1690 | ``${STAGING_KERNEL_DIR}`` with the necessary Linux kernel build | 1690 | information to build modules. If your module ``Makefile`` uses a different |
1691 | information to build modules. If your module ``Makefile`` uses a | 1691 | variable, you might want to override the :ref:`ref-tasks-compile` step, or |
1692 | different variable, you might want to override the | ||
1693 | :ref:`ref-tasks-compile` step, or | ||
1694 | create a patch to the ``Makefile`` to work with the more typical | 1692 | create a patch to the ``Makefile`` to work with the more typical |
1695 | :term:`KERNEL_SRC` or :term:`KERNEL_PATH` variables. | 1693 | :term:`KERNEL_SRC` or :term:`KERNEL_PATH` variables. |
1696 | 1694 | ||