• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/

Lines Matching refs:targets

8 # To see a list of typical targets execute "make help"
25 # unavoidable when linking the built-in.o targets which finally
376 # Rules shared between *config targets and build targets
396 # To make sure we do not include .config for any of the *config targets
398 # It is allowed to specify more targets when calling make, including
399 # mixing *config targets and build targets.
401 # Detect when mixed targets is specified, and make a second invocation
404 no-dot-config-targets := clean mrproper distclean \
409 config-targets := 0
410 mixed-targets := 0
413 ifneq ($(filter $(no-dot-config-targets), $(MAKECMDGOALS)),)
414 ifeq ($(filter-out $(no-dot-config-targets), $(MAKECMDGOALS)),)
421 config-targets := 1
423 mixed-targets := 1
428 ifeq ($(mixed-targets),1)
430 # We're called with mixed targets (*config and build targets).
437 ifeq ($(config-targets),1)
439 # *config targets only - make sure prerequisites are updated, and descend
454 # Build targets only - this includes vmlinux, arch specific targets, clean
455 # targets and others. In general all targets except *config targets.
831 # make targets, such as "make install" or "make modules_install."
1157 # Brief documentation of the typical targets used
1164 @echo 'Cleaning targets:'
1170 @echo 'Configuration targets:'
1173 @echo 'Other generic targets:'
1174 @echo ' all - Build all targets marked with [*]'
1201 @echo 'Documentation targets:'
1204 @echo 'Architecture specific targets ($(ARCH)):'
1213 @echo ' make V=0|1 [targets] 0 => quiet build (default), 1 => verbose build'
1214 @echo ' make V=2 [targets] 2 => give reason for rebuild of target'
1215 @echo ' make O=dir [targets] Locate all output files in "dir", including .config'
1216 @echo ' make C=1 [targets] Check all c source with $$CHECK (sparse by default)'
1217 @echo ' make C=2 [targets] Force check of all c source with $$CHECK'
1219 @echo 'Execute "make" or "make all" to build all targets marked with [*] '
1223 # Documentation targets
1238 # The following are the only valid targets when building external
1454 endif #ifeq ($(config-targets),1)
1455 endif #ifeq ($(mixed-targets),1)
1478 # Single targets
1480 # Single targets are compatible with:
1539 targets := $(wildcard $(sort $(targets)))
1540 cmd_files := $(wildcard .*.cmd $(foreach f,$(targets),$(dir $(f)).$(notdir $(f)).cmd))