Searched refs:prereq (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/tools/build/ |
D | Build.include | 55 any-prereq = $(filter-out $(PHONY),$?) $(filter-out $(PHONY) $(wildcard $^),$^) 61 if_changed_dep = $(if $(strip $(any-prereq) $(arg-check)), \ 69 if_changed = $(if $(strip $(any-prereq) $(arg-check)), \
|
/linux-4.1.27/scripts/ |
D | Kbuild.include | 243 any-prereq = $(filter-out $(PHONY),$?) $(filter-out $(PHONY) $(wildcard $^),$^) 247 if_changed = $(if $(strip $(any-prereq) $(arg-check)), \ 253 if_changed_dep = $(if $(strip $(any-prereq) $(arg-check) ), \ 263 if_changed_rule = $(if $(strip $(any-prereq) $(arg-check) ), \ 290 $(if $(strip $(any-prereq)),- due to: $(any-prereq), \
|
/linux-4.1.27/scripts/dtc/ |
D | checks.c | 58 struct check **prereq; member 73 .prereq = nm##_prereqs, \ 157 struct check *prq = c->prereq[i]; in run_check() 162 c->prereq[i]->name); in run_check() 682 enable_warning_error(c->prereq[i], warn, error); in enable_warning_error() 700 if (cc->prereq[j] == c) in disable_warning_error()
|