Searched refs:prereq (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/tools/build/ |
D | Build.include | 55 any-prereq = $(filter-out $(PHONY),$?) $(filter-out $(PHONY) $(wildcard $^),$^) 74 if_changed_dep = $(if $(strip $(any-prereq) $(arg-check)), \ 80 if_changed = $(if $(strip $(any-prereq) $(arg-check)), \
|
/linux-4.4.14/tools/testing/selftests/vm/ |
D | compaction_test.c | 53 int prereq(void) in prereq() function 165 if (prereq() != 0) { in main()
|
/linux-4.4.14/scripts/dtc/ |
D | checks.c | 58 struct check **prereq; member 73 .prereq = nm##_prereqs, \ 158 struct check *prq = c->prereq[i]; in run_check() 163 c->prereq[i]->name); in run_check() 683 enable_warning_error(c->prereq[i], warn, error); in enable_warning_error() 701 if (cc->prereq[j] == c) in disable_warning_error()
|
/linux-4.4.14/scripts/ |
D | Kbuild.include | 247 any-prereq = $(filter-out $(PHONY),$?) $(filter-out $(PHONY) $(wildcard $^),$^) 251 if_changed = $(if $(strip $(any-prereq) $(arg-check)), \ 257 if_changed_dep = $(if $(strip $(any-prereq) $(arg-check) ), \ 267 if_changed_rule = $(if $(strip $(any-prereq) $(arg-check) ), \ 294 $(if $(strip $(any-prereq)),- due to: $(any-prereq), \
|