[FE training-materials-updates] kernel .config is included by the Makefile

Michael Opdenacker michael.opdenacker at free-electrons.com
Fri Nov 10 12:07:53 CET 2017


Repository : git://git.free-electrons.com/training-materials.git
On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=206a42be885a6c6fe9e81e5d1555cd5e3331ac15

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

commit 206a42be885a6c6fe9e81e5d1555cd5e3331ac15
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Fri Nov 10 12:07:53 2017 +0100

    kernel .config is included by the Makefile
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

206a42be885a6c6fe9e81e5d1555cd5e3331ac15
 .../sysdev-linux-intro-configuration.tex                                | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/sysdev-linux-intro-configuration/sysdev-linux-intro-configuration.tex b/slides/sysdev-linux-intro-configuration/sysdev-linux-intro-configuration.tex
index 88fc222..7e59652 100644
--- a/slides/sysdev-linux-intro-configuration/sysdev-linux-intro-configuration.tex
+++ b/slides/sysdev-linux-intro-configuration/sysdev-linux-intro-configuration.tex
@@ -46,7 +46,7 @@
   \item The configuration is stored in the \code{.config} file at the
     root of kernel sources
     \begin{itemize}
-    \item Simple text file, \code{key=value} style
+    \item Simple text file, \code{key=value} (included by the kernel Makefile)
     \end{itemize}
   \item As options have dependencies, typically never edited by hand,
     but through graphical or text interfaces:




More information about the training-materials-updates mailing list