Lines Matching refs:targets

12 # To see a list of typical targets execute "make help"
37 # unavoidable when linking the built-in.o targets which finally
401 # Rules shared between *config targets and build targets
423 # To make sure we do not include .config for any of the *config targets
425 # It is allowed to specify more targets when calling make, including
426 # mixing *config targets and build targets.
428 # Detect when mixed targets is specified, and make a second invocation
434 no-dot-config-targets := clean clobber mrproper distclean \
438 config-targets := 0
439 mixed-targets := 0
442 ifneq ($(filter $(no-dot-config-targets), $(MAKECMDGOALS)),)
443 ifeq ($(filter-out $(no-dot-config-targets), $(MAKECMDGOALS)),)
450 config-targets := 1
452 mixed-targets := 1
457 ifeq ($(mixed-targets),1)
459 # We're called with mixed targets (*config and build targets).
474 ifeq ($(config-targets),1)
476 # *config targets only - make sure prerequisites are updated, and descend
490 # Build targets only - this includes vmlinux, arch specific targets, clean
491 # targets and others. In general all targets except *config targets.
1606 @echo 'Cleaning targets:'
1611 @echo 'Configuration targets:'
1614 @echo 'Other generic targets:'
1633 @echo 'Documentation targets:'
1636 @echo ' make V=0|1 [targets] 0 => quiet build (default), 1 => verbose build'
1637 @echo ' make V=2 [targets] 2 => give reason for rebuild of target'
1638 @echo ' make O=dir [targets] Locate all output files in "dir", including .config'
1639 @echo ' make C=1 [targets] Check all c source with $$CHECK (sparse by default)'
1640 @echo ' make C=2 [targets] Force check of all c source with $$CHECK'
1641 @echo ' make RECORDMCOUNT_WARN=1 [targets] Warn about ignored mcount sections'
1642 @echo ' make W=n [targets] Enable extra gcc checks, n=1,2,3 where'
1648 @echo 'Execute "make" or "make all" to build all targets marked with [*] '
1654 # Documentation targets
1660 endif #ifeq ($(config-targets),1)
1661 endif #ifeq ($(mixed-targets),1)
1675 # Single targets
1677 # Single targets are compatible with:
1742 targets := $(wildcard $(sort $(targets)))
1743 cmd_files := $(wildcard .*.cmd $(foreach f,$(targets),$(dir $(f)).$(notdir $(f)).cmd))