Lines Matching defs:targets
3 # The common user-driven targets are (for a complete list, see build(7)):
10 # targets and exits with an error if there were any.
24 # kernel-toolchains - Build kernel-toolchain for all universe targets.
38 # targets - Print a list of supported TARGET/TARGET_ARCH pairs
39 # for world and kernel targets.
40 # toolchains - Build a toolchain for all world and kernel targets.
62 # Most of the user-driven targets (as listed above) are implemented in
63 # Makefile.inc1. The exceptions are universe, tinderbox and targets.
111 # Define the user-driven targets. These are listed here in alphabetical
114 # Targets that begin with underscore are internal targets intended for
150 # targets/Makefile plays the role of top-level
151 .include "targets/Makefile"
186 # These targets require a TARGET and TARGET_ARCH be defined.
198 # Only some targets are allowed to use meta mode. Others get it
285 # Only allow meta mode for the whitelisted targets. See META_TGT_WHITELIST
329 # for historical compatibility for xdev targets
336 # Some targets require a set TARGET/TARGET_ARCH, check before the default
368 # kernel-toolchain should do this as those are the initial targets used
370 # performed for all targets.
380 # Handle the user-driven targets, using the source relative mk files.
528 make(targets) || make(universe-toolchain)
589 targets: .PHONY
590 @echo "Supported TARGET/TARGET_ARCH pairs for world and kernel targets"
652 .if !make(targets) && !make(universe-toolchain)
694 .endif # !make(targets)