Merge "dt-bindings: Fix multi pattern support in DT_SCHEMA_FILES"

This commit is contained in:
qctecmdr
2023-11-02 12:43:36 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -28,7 +28,7 @@ $(obj)/%.example.dts: $(src)/%.yaml check_dtschema_version FORCE
find_all_cmd = find $(srctree)/$(src)/ \( -name '*.yaml' ! \ find_all_cmd = find $(srctree)/$(src)/ \( -name '*.yaml' ! \
-name 'processed-schema*' \) -name 'processed-schema*' \)
find_cmd = $(find_all_cmd) | grep -F "$(DT_SCHEMA_FILES)" find_cmd = $(find_all_cmd) | grep -F -e "$(subst :," -e ",$(DT_SCHEMA_FILES))"
CHK_DT_DOCS := $(shell $(find_cmd)) CHK_DT_DOCS := $(shell $(find_cmd))
quiet_cmd_yamllint = LINT $(src) quiet_cmd_yamllint = LINT $(src)