[FE training-materials-updates] Mention the make modules target

Maxime Ripard maxime.ripard at free-electrons.com
Mon Oct 1 12:13:20 CEST 2012


Repository : git://git.free-electrons.com/training-materials.git

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

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

commit ff16bbc6495b446d5f8ada9552623f6cbdb465a7
Author: Maxime Ripard <maxime.ripard at free-electrons.com>
Date:   Mon Oct 1 12:13:41 2012 +0200

    Mention the make modules target
    
    Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>


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

ff16bbc6495b446d5f8ada9552623f6cbdb465a7
 .../android-build-system-modules.tex               |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/slides/android-build-system-modules/android-build-system-modules.tex b/slides/android-build-system-modules/android-build-system-modules.tex
index f8697fd..ad13e98 100644
--- a/slides/android-build-system-modules/android-build-system-modules.tex
+++ b/slides/android-build-system-modules/android-build-system-modules.tex
@@ -246,5 +246,7 @@ include $(BUILD_EXECUTABLE)
     \code{PRODUCT_PACKAGES} variables in the
     \code{build/target/product/core.mk} file.
   \item To clean a single module, do \code{make clean-ModuleName}
+  \item You can also get the list of the modules to be built with the
+    \code{make modules} target
   \end{itemize}
 \end{frame}



More information about the training-materials-updates mailing list