[bootlin/training-materials updates] master: kernel: mention modules.builtin file (3cd78c1e)

Clément Léger clement.leger at bootlin.com
Thu Jun 16 11:27:12 CEST 2022


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/3cd78c1edc9fda5c49ee823c563562eb09556935

>---------------------------------------------------------------

commit 3cd78c1edc9fda5c49ee823c563562eb09556935
Author: Clément Léger <clement.leger at bootlin.com>
Date:   Thu Jun 16 11:25:00 2022 +0200

    kernel: mention modules.builtin file
    
    This file contains the list of modules that are builtin the kernel.
    
    Signed-off-by: Clément Léger <clement.leger at bootlin.com>


>---------------------------------------------------------------

3cd78c1edc9fda5c49ee823c563562eb09556935
 slides/sysdev-kernel-building/sysdev-kernel-building.tex | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/slides/sysdev-kernel-building/sysdev-kernel-building.tex b/slides/sysdev-kernel-building/sysdev-kernel-building.tex
index fbec35b1..2b0de195 100644
--- a/slides/sysdev-kernel-building/sysdev-kernel-building.tex
+++ b/slides/sysdev-kernel-building/sysdev-kernel-building.tex
@@ -471,6 +471,8 @@ CONFIG_FAT_DEFAULT_CODEPAGE=437
     \item \code{modules.symbols}, \code{modules.symbols.bin}\\
       Tells which module a given symbol belongs to (related to
       module dependencies).
+    \item \code{modules.builtin}\\
+      List of modules that are builtin the kernel.
     \end{itemize}
   \end{itemize}
 \end{frame}




More information about the training-materials-updates mailing list