We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 322322d commit a21ca2dCopy full SHA for a21ca2d
Documentation/devicetree/bindings/Makefile
@@ -10,7 +10,7 @@ DT_SCHEMA_MIN_VERSION = 2020.8.1
10
PHONY += check_dtschema_version
11
check_dtschema_version:
12
@{ echo $(DT_SCHEMA_MIN_VERSION); \
13
- $(DT_DOC_CHECKER) --version 2>/dev/null || echo 0; } | sort -VC || \
+ $(DT_DOC_CHECKER) --version 2>/dev/null || echo 0; } | sort -Vc >/dev/null || \
14
{ echo "ERROR: dtschema minimum version is v$(DT_SCHEMA_MIN_VERSION)" >&2; false; }
15
16
quiet_cmd_extract_ex = DTEX $@
0 commit comments