]> git.baikalelectronics.ru Git - kernel.git/commit
dt-bindings: do not build processed-schema.yaml for 'make dt_binding_check'
authorMasahiro Yamada <masahiroy@kernel.org>
Thu, 25 Jun 2020 17:04:32 +0000 (02:04 +0900)
committerRob Herring <robh@kernel.org>
Tue, 30 Jun 2020 14:42:26 +0000 (08:42 -0600)
commitdfadf0419e22e6b7485352031ec3ceab4cc3274d
tree3c201d28d0fb17e721251f394d0e7f16cde805fa
parentdc504fbfbefe3b98867094f41001b1c89db3d488
dt-bindings: do not build processed-schema.yaml for 'make dt_binding_check'

Currently, processed-schema.yaml is always built, but it is actually
used only for 'make dtbs_check'.

'make dt_binding_check' uses processed-schema-example.yaml instead.

Build processed-schema.yaml only for 'make dtbs_check'.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Link: https://lore.kernel.org/r/20200625170434.635114-3-masahiroy@kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/Makefile