Home
last modified time | relevance | path

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

/src/sys/contrib/device-tree/Bindings/
H A DMakefile28 find_all_cmd = find $(src) \( -name '*.yaml' ! \ macro
31 find_cmd = $(find_all_cmd) | \
50 $(find_all_cmd) > $$f ; \
54 DT_DOCS = $(patsubst $(srctree)/%,%,$(shell $(find_all_cmd)))