OSDN Git Service

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)
commit5fa98c2eda35fcd1a1d91a9785c390f54688240c
tree5b78afe76899ffc08787ae0ffcd6e0a157ea9e80
parent75a080cde08d2dcba19ee864f9732094d93fab41
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