Home
last modified time | relevance | path

Searched refs:targets (Results 1 – 8 of 8) sorted by relevance

/scripts/
A DMakefile.build32 targets :=
390 targets += $(extra-y) $(MAKECMDGOALS) $(always)
391 targets += $(real-dtb-y) $(lib-y) $(always-y)
430 targets += $(builtin-target)
454 targets += $(lib-target)
470 targets += $(obj)/lib-ksyms.o
487 targets += $(multi-used-m)
488 targets := $(filter-out $(PHONY), $(targets))
495 $(filter %$(strip $(1)), $(targets))))
524 existing-targets := $(wildcard $(sort $(targets)))
[all …]
A DKbuild.include31 # real prerequisites without phony targets
39 # real prerequisites without phony targets
259 # PHONY targets skipped in both cases.
291 # (6) - due to target not in $(targets)
292 # (1) PHONY targets are always build
299 # (6) No dir/.target.cmd file and target not listed in $(targets)
308 $(if $(filter $@, $(targets)), \
310 - due to $(notdir $@) not in $$(targets) \
A DMakefile.clean45 $(always) $(targets) $(clean-files) \
A DMakefile.lib93 targets := $(addprefix $(obj)/,$(targets))
A DMakefile.host170 targets += $(host-csingle) $(host-cmulti) $(host-cobjs)\
A DMakefile.xpl562 targets := $(wildcard $(sort $(targets)))
563 cmd_files := $(wildcard $(obj)/.*.cmd $(foreach f,$(targets),$(dir $(f)).$(notdir $(f)).cmd))
/scripts/kconfig/
A Dmconf.c359 struct menu **targets; member
378 data->targets[k] = pos->target; in update_text()
434 struct menu *targets[JUMP_NB]; in search_conf() local
438 .targets = targets, in search_conf()
452 conf(targets[i]->parent, targets[i]); in search_conf()
A DMakefile70 simple-targets := oldconfig allnoconfig allyesconfig allmodconfig \
72 PHONY += $(simple-targets)
74 $(simple-targets): $(obj)/conf
167 targets += zconf.lex.c

Completed in 12 milliseconds