[FE training-materials-updates] Mention the build system listing functions and make's filter-out

Maxime Ripard maxime.ripard at free-electrons.com
Thu Mar 21 16:50:36 CET 2013


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

On branch  : various-fixes
Link       : http://git.free-electrons.com/training-materials/commit/?id=bd285e3dc38d05f4b7c301fbea9c578fedb84c27

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

commit bd285e3dc38d05f4b7c301fbea9c578fedb84c27
Author: Maxime Ripard <maxime.ripard at free-electrons.com>
Date:   Thu Mar 21 11:41:41 2013 +0100

    Mention the build system listing functions and make's filter-out
    
    Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>


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

bd285e3dc38d05f4b7c301fbea9c578fedb84c27
 .../android-native-library.tex                     |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/labs/android-native-library/android-native-library.tex b/labs/android-native-library/android-native-library.tex
index 77df6b9..1368515 100644
--- a/labs/android-native-library/android-native-library.tex
+++ b/labs/android-native-library/android-native-library.tex
@@ -17,6 +17,11 @@ For this library, all the needed \code{.c} files are located in the
 \code{libusb} folder and its subfolders. The headers are located in
 the same folders. You shouldn't modify the \code{libusb} source code.
 
+Remember that you have make functions in the Android build system that
+allows you to list all the source files in a directory. You can also
+use the \code{filter-out} make macro to remove files that match a
+given pattern.
+
 You will find one missing header that you will need to
 generate. Indeed, the \code{config.h} generated by autoconf is not
 generated at all, because the Android build system ignores other build



More information about the training-materials-updates mailing list