[bootlin/training-materials updates] master: Linux source structure: correct Makefile information (47f8359a)

Michael Opdenacker michael.opdenacker at bootlin.com
Mon Sep 9 15:08:33 CEST 2019


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

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

commit 47f8359a829bd545c137d9c1cb12385f243850a0
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Mon Sep 9 15:08:33 2019 +0200

    Linux source structure: correct Makefile information
    
    - Makefile is not the place where the architecture should be set,
      that's just where the current architecture is detected.
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

47f8359a829bd545c137d9c1cb12385f243850a0
 slides/kernel-source-code-layout/kernel-source-code-layout.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/kernel-source-code-layout/kernel-source-code-layout.tex b/slides/kernel-source-code-layout/kernel-source-code-layout.tex
index 1e2c910d..1bea7a13 100644
--- a/slides/kernel-source-code-layout/kernel-source-code-layout.tex
+++ b/slides/kernel-source-code-layout/kernel-source-code-layout.tex
@@ -108,7 +108,7 @@
     \end{itemize}
   \item \kfile{Makefile}
     \begin{itemize}
-    \item Top Linux Makefile (sets arch and version)
+    \item Top Linux Makefile (sets version information)
     \end{itemize}
   \item \kdir{mm}
     \begin{itemize}




More information about the training-materials-updates mailing list