Searched refs:targets (Results 1 – 8 of 8) sorted by relevance
32 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.o487 targets += $(multi-used-m)488 targets := $(filter-out $(PHONY), $(targets))495 $(filter %$(strip $(1)), $(targets))))524 existing-targets := $(wildcard $(sort $(targets)))[all …]
31 # real prerequisites without phony targets39 # real prerequisites without phony targets259 # PHONY targets skipped in both cases.291 # (6) - due to target not in $(targets)292 # (1) PHONY targets are always build299 # (6) No dir/.target.cmd file and target not listed in $(targets)308 $(if $(filter $@, $(targets)), \310 - due to $(notdir $@) not in $$(targets) \
45 $(always) $(targets) $(clean-files) \
93 targets := $(addprefix $(obj)/,$(targets))
170 targets += $(host-csingle) $(host-cmulti) $(host-cobjs)\
562 targets := $(wildcard $(sort $(targets)))563 cmd_files := $(wildcard $(obj)/.*.cmd $(foreach f,$(targets),$(dir $(f)).$(notdir $(f)).cmd))
359 struct menu **targets; member378 data->targets[k] = pos->target; in update_text()434 struct menu *targets[JUMP_NB]; in search_conf() local438 .targets = targets, in search_conf()452 conf(targets[i]->parent, targets[i]); in search_conf()
70 simple-targets := oldconfig allnoconfig allyesconfig allmodconfig \72 PHONY += $(simple-targets)74 $(simple-targets): $(obj)/conf167 targets += zconf.lex.c
Completed in 12 milliseconds