Merge "dt-bindings: Have find traverse through symlink"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
aec5d10f3c
@@ -25,7 +25,7 @@ quiet_cmd_extract_ex = DTEX $@
|
||||
$(obj)/%.example.dts: $(src)/%.yaml check_dtschema_version FORCE
|
||||
$(call if_changed,extract_ex)
|
||||
|
||||
find_all_cmd = find -L $(srctree)/$(src) \( -name '*.yaml' ! \
|
||||
find_all_cmd = find $(srctree)/$(src)/ \( -name '*.yaml' ! \
|
||||
-name 'processed-schema*' \)
|
||||
|
||||
find_cmd = $(find_all_cmd) | grep -F "$(DT_SCHEMA_FILES)"
|
||||
|
Reference in New Issue
Block a user