• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/

Lines Matching refs:targets

8 # To see a list of typical targets execute "make help"
31 # unavoidable when linking the built-in.o targets which finally
511 # Rules shared between *config targets and build targets
533 # To make sure we do not include .config for any of the *config targets
535 # It is allowed to specify more targets when calling make, including
536 # mixing *config targets and build targets.
538 # Detect when mixed targets is specified, and make a second invocation
541 no-dot-config-targets := clean mrproper distclean \
546 config-targets := 0
547 mixed-targets := 0
550 ifneq ($(filter $(no-dot-config-targets), $(MAKECMDGOALS)),)
551 ifeq ($(filter-out $(no-dot-config-targets), $(MAKECMDGOALS)),)
558 config-targets := 1
560 mixed-targets := 1
565 ifeq ($(mixed-targets),1)
567 # We're called with mixed targets (*config and build targets).
574 ifeq ($(config-targets),1)
576 # *config targets only - make sure prerequisites are updated, and descend
595 # Build targets only - this includes vmlinux, arch specific targets, clean
596 # targets and others. In general all targets except *config targets.
656 # Defaults to vmlinux, but the arch makefile usually adds further targets
1356 # Brief documentation of the typical targets used
1365 @echo 'Cleaning targets:'
1371 @echo 'Configuration targets:'
1374 @echo 'Other generic targets:'
1375 @echo ' all - Build all targets marked with [*]'
1407 @echo 'Documentation targets:'
1410 @echo 'Architecture specific targets ($(SRCARCH)):'
1420 printf " %-16s - Show %s-specific targets\\n" help-$(b) $(b);) \
1424 @echo ' make V=0|1 [targets] 0 => quiet build (default), 1 => verbose build'
1425 @echo ' make V=2 [targets] 2 => give reason for rebuild of target'
1426 @echo ' make O=dir [targets] Locate all output files in "dir", including .config'
1427 @echo ' make C=1 [targets] Check all c source with $$CHECK (sparse by default)'
1428 @echo ' make C=2 [targets] Force check of all c source with $$CHECK'
1430 @echo 'Execute "make" or "make all" to build all targets marked with [*] '
1441 @echo 'Architecture specific targets ($(SRCARCH) $*):'
1448 # Documentation targets
1463 # The following are the only valid targets when building external
1574 endif #ifeq ($(config-targets),1)
1575 endif #ifeq ($(mixed-targets),1)
1598 # Single targets
1600 # Single targets are compatible with:
1679 targets := $(wildcard $(sort $(targets)))
1680 cmd_files := $(wildcard .*.cmd $(foreach f,$(targets),$(dir $(f)).$(notdir $(f)).cmd))