Skip to content

Commit

Permalink
fix(references): android: Fix broken kernel build reference
Browse files Browse the repository at this point in the history
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 <mkorpershoek@baylibre.com>
  • Loading branch information
makohoek authored and StaticRocket committed Nov 26, 2024
1 parent 3fd6c25 commit 2b3622d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/android/Foundational_Components_Kernel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ To enable new modules:
#. In the ``module_outs`` array, add the path to your new kernel module.

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

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

0 comments on commit 2b3622d

Please sign in to comment.