Home
last modified time | relevance | path

Searched refs:prereq (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/test/fs/
H A Dfat-noncontig-test.sh65 for prereq in fallocate mkfs.fat dd crc32; do
66 if [ ! -x "`which $prereq`" ]; then
67 echo "Missing $prereq binary. Exiting!"
H A Dfs-test.sh60 for prereq in $PREREQ_BINS; do
61 if [ ! -x "`which $prereq`" ]; then
62 echo "Missing $prereq binary. Exiting!"
/rk3399_rockchip-uboot/scripts/
H A DKbuild.include254 any-prereq = $(filter-out $(PHONY),$?) $(filter-out $(PHONY) $(wildcard $^),$^)
258 if_changed = $(if $(strip $(any-prereq) $(arg-check)), \
264 if_changed_dep = $(if $(strip $(any-prereq) $(arg-check) ), \
274 if_changed_rule = $(if $(strip $(any-prereq) $(arg-check) ), \
301 $(if $(strip $(any-prereq)),- due to: $(any-prereq), \
/rk3399_rockchip-uboot/scripts/dtc/
H A Dchecks.c53 struct check **prereq; member
66 .prereq = _nm##_prereqs, \
125 struct check *prq = c->prereq[i]; in run_check()
130 c->prereq[i]->name); in run_check()
1280 enable_warning_error(c->prereq[i], warn, error); in enable_warning_error()
1298 if (cc->prereq[j] == c) in disable_warning_error()