]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - tools/buildman/cmdline.py
buildman: allow multiple toolchains in a single path
[karo-tx-uboot.git] / tools / buildman / cmdline.py
index e884e190e3a4ee319b01022b5c84c30914eb1ab3..e8a6dadd1c7dfd8cca279b7c5cde03de337315f9 100644 (file)
@@ -82,6 +82,8 @@ def ParseArgs():
           default=False, help='Show boards with unknown build result')
     parser.add_option('-v', '--verbose', action='store_true',
           default=False, help='Show build results while the build progresses')
+    parser.add_option('-V', '--verbose-build', action='store_true',
+          default=False, help='Run make with V=1, showing all output')
     parser.add_option('-x', '--exclude', dest='exclude',
           type='string', action='append',
           help='Specify a list of boards to exclude, separated by comma')