Merge tag 'devicetree-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/robh...
[sfrench/cifs-2.6.git] / Makefile
index 4262ef93a294f4a8dd18c7a8d810e00444ee8c09..2fa7cfa6fca391f6da48cab79f2ca6d0016951c1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1514,8 +1514,10 @@ help:
        @echo  ''
        @$(if $(dtstree), \
                echo 'Devicetree:'; \
-               echo '* dtbs            - Build device tree blobs for enabled boards'; \
-               echo '  dtbs_install    - Install dtbs to $(INSTALL_DTBS_PATH)'; \
+               echo '* dtbs             - Build device tree blobs for enabled boards'; \
+               echo '  dtbs_install     - Install dtbs to $(INSTALL_DTBS_PATH)'; \
+               echo '  dt_binding_check - Validate device tree binding documents'; \
+               echo '  dtbs_check       - Validate device tree source files';\
                echo '')
 
        @echo 'Userspace tools targets:'