Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/devicetree/bindings/
H A DMakefile28 find_all_cmd = find $(srctree)/$(src) \( -name '*.yaml' ! \ macro
31 find_cmd = $(find_all_cmd) | grep -F -e "$(subst :," -e ",$(DT_SCHEMA_FILES))"
45 $(find_all_cmd) > $$f ; \
55 DT_DOCS = $(patsubst $(srctree)/%,%,$(shell $(find_all_cmd)))