]> git.baikalelectronics.ru Git - kernel.git/commit
dt-bindings: Fix dt_binding_check target for in tree builds
authorRob Herring <robh@kernel.org>
Tue, 22 Jan 2019 15:10:10 +0000 (09:10 -0600)
committerRob Herring <robh@kernel.org>
Wed, 23 Jan 2019 15:15:57 +0000 (09:15 -0600)
commit3dfc14ca035e78f88b1b3a3f50758a60055a4ed1
tree5b78afe76899ffc08787ae0ffcd6e0a157ea9e80
parentf08e1d5e06efb31914cd2f2352be6427deb5a56d
dt-bindings: Fix dt_binding_check target for in tree builds

On in tree builds, subsequent builds will incorrectly include
the intermediate file 'processed-schema.yaml' with the input schema
files resulting in a build error. Update the find command to ignore
processed-schema.yaml.

Signed-off-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/Makefile