Home
last modified time | relevance | path

Searched full:_do (Results 1 – 2 of 2) sorted by relevance

/optee_os/mk/
H A Dcleandirs.mk35 $(call _do-rm-f, $(wordlist 1, 200, $(1))) \
40 define _do-rm-f
/optee_os/.github/workflows/
H A Dci.yml35 function _do() { echo '>>' $*; $*; }
43 _do checkpatch HEAD || failed=1; \
46 _do checkpatch $c || failed=1; \
49 _do checkdiff $(git rev-parse HEAD^1) $(git rev-parse HEAD^2) || failed=1; \