Home | History | Annotate | Download | only in make

Lines Matching refs:MODULES

8 - mm:        Builds all of the modules in the current directory, but not their dependencies.
9 - mmm: Builds all of the modules in the supplied directories, but not their dependencies.
10 To limit the modules being built use the syntax: mmm dir/:target1,target2.
11 - mma: Builds all of the modules in the current directory, and their dependencies.
12 - mmma: Builds all of the modules in the supplied directories, and their dependencies.
25 - SANITIZE_HOST: Set to 'true' to use ASAN for all host modules. Note that
791 local MODULES=
810 MODULES=
814 MODULES=MODULES-IN-$(dirname ${M})
816 MODULES=${MODULES//\//-}
820 MODULES=tidy_only
822 ONE_SHOT_MAKEFILE=$M _wrap_build $DRV $T/build/soong/soong_ui.bash --make-mode $MODULES $ARGS
833 local MODULES=
860 MODULES_IN_PATHS="$MODULES_IN_PATHS MODULES-IN-$MDIR"
863 MODULES="$MODULES $DIR_MODULES"
881 MODULES=
885 MODULES=tidy_only
890 ONE_SHOT_MAKEFILE="$MAKEFILE" _wrap_build $DRV $T/build/soong/soong_ui.bash --make-mode $DASH_ARGS $MODULES $MODULES_IN_PATHS $ARGS
911 local MODULES_IN_PATHS=MODULES-IN-$(dirname ${M})
942 MODULES_IN_PATHS="$MODULES_IN_PATHS MODULES-IN-$DIR"