]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - Documentation/devicetree/bindings/Makefile
dt-bindings: Don't error out on yamllint and dt-doc-validate errors
authorRob Herring <robh@kernel.org>
Fri, 20 Nov 2020 21:37:44 +0000 (15:37 -0600)
committerRob Herring <robh@kernel.org>
Fri, 20 Nov 2020 21:37:55 +0000 (15:37 -0600)
commit3e95dfb315de27bb6c6d7012659e396eb5b91e5e
tree8bd7ab3917496388cf0738ba9a0a908e5aa97056
parent616fde2dd60f9f956dc77ed7e284129de6dc97d2
dt-bindings: Don't error out on yamllint and dt-doc-validate errors

A broken schema file now causes make to exit and 'make -k' no longer works
now that dt-doc-validate is called from a single make rule.

As yamllint is optional, we shouldn't stop on yamllint errors either. Also,
it seems some old versions of yamllint don't work.

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