Home
last modified time | relevance | path

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

/Linux-v6.1/Documentation/devicetree/bindings/
DMakefile28 find_all_cmd = find $(srctree)/$(src) \( -name '*.yaml' ! \ macro
31 find_cmd = $(find_all_cmd) | grep -F "$(DT_SCHEMA_FILES)"
45 $(find_all_cmd) > $$f ; \
55 DT_DOCS = $(patsubst $(srctree)/%,%,$(shell $(find_all_cmd)))