Home
last modified time | relevance | path

Searched refs:DT_SCHEMA_LINT (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/
DMakefile6 DT_SCHEMA_LINT = $(shell which yamllint) macro
31 xargs $(DT_SCHEMA_LINT) -f parsable -c $(srctree)/$(src)/.yamllint
46 $(if $(DT_SCHEMA_LINT),$(call cmd,yamllint),)