Skip to content

Commit 2b3622d

Browse files
Mattijs KorpershoekStaticRocket
authored andcommitted
fix(references): android: Fix broken kernel build reference
When building the Android documentation using: $ make DEVFAMILY=AM62X OS=android We see: WARNING: undefined label: android_build_kernel Fix it by using the correct label "android-build-kernel". Signed-off-by: Mattijs Korpershoek <[email protected]>
1 parent 3fd6c25 commit 2b3622d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/android/Foundational_Components_Kernel.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ To enable new modules:
120120
121121
#. In the ``module_outs`` array, add the path to your new kernel module.
122122

123-
#. Rebuild the kernel as documented in :ref:`android_build_kernel`.
123+
#. Rebuild the kernel as documented in :ref:`android-build-kernel`.
124124

125125
#. If the driver module needs to be loaded early (in the ramdisk), edit
126126
:file:`${YOUR_PATH}/ti-aosp-14/device/ti/am62x/BoardConfig-common.mk`

0 commit comments

Comments
 (0)