Lines Matching refs:targets
25 all targets. This allows for efficient use of the job scheduler in the Make
27 of concerns between targets (this is not enforced by any Make language
29 to build multiple targets with one invocation of Make. However, the design goal
31 targets.
35 build details between targets. This is important because not all compiler or
46 targets. This includes compiling C/C++/assembly sources, linking, nanoapp header
51 with all the variables used to generate build targets, like `TARGET_CFLAGS`.
56 target when invoking `make`. Conventionally, build targets consist of three
112 * Including `build/build_template.mk` to instantiate the build targets - this
113 must be the last step, as the make targets cannot be modified once generated
136 common variables, to avoid affecting other build targets.