devicetree: Expose dtbs_check and dt_binding_check some more
[linux-2.6-block.git] / Makefile
index fa0fbe7851ea4198df3cf3372cd74567767dc9c5..e99bd31e5139f968b7b5fd2fdc298c7f98c01c0c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1506,8 +1506,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:'