Skip to content

Commit d939881

Browse files
Xu Yangmasahir0y
authored andcommitted
kbuild: fix a typo dt_binding_schema -> dt_binding_schemas
If we follow "make help" to "make dt_binding_schema", we will see below error: $ make dt_binding_schema make[1]: *** No rule to make target 'dt_binding_schema'. Stop. make: *** [Makefile:224: __sub-make] Error 2 It should be a typo. So this will fix it. Fixes: 604a57b ("dt-bindings: kbuild: Add separate target/dependency for processed-schema.json") Signed-off-by: Xu Yang <[email protected]> Reviewed-by: Nicolas Schier <[email protected]> Signed-off-by: Masahiro Yamada <[email protected]>
1 parent c14a304 commit d939881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1645,7 +1645,7 @@ help:
16451645
echo '* dtbs - Build device tree blobs for enabled boards'; \
16461646
echo ' dtbs_install - Install dtbs to $(INSTALL_DTBS_PATH)'; \
16471647
echo ' dt_binding_check - Validate device tree binding documents and examples'; \
1648-
echo ' dt_binding_schema - Build processed device tree binding schemas'; \
1648+
echo ' dt_binding_schemas - Build processed device tree binding schemas'; \
16491649
echo ' dtbs_check - Validate device tree source files';\
16501650
echo '')
16511651

0 commit comments

Comments
 (0)