]> git.sur5r.net Git - u-boot/blobdiff - tools/buildman/control.py
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / tools / buildman / control.py
index 73b1a14fb6bb8428206ffc4a9a8b8f4e0926b8ec..c14b87842da5c9ee04af5772243f5afddb5abb63 100644 (file)
@@ -1,7 +1,6 @@
+# SPDX-License-Identifier: GPL-2.0+
 # Copyright (c) 2013 The Chromium OS Authors.
 #
-# SPDX-License-Identifier:     GPL-2.0+
-#
 
 import multiprocessing
 import os
@@ -263,7 +262,8 @@ def DoBuildman(options, args, toolchains=None, make_func=None, boards=None,
             incremental=options.incremental,
             per_board_out_dir=options.per_board_out_dir,
             config_only=options.config_only,
-            squash_config_y=not options.preserve_config_y)
+            squash_config_y=not options.preserve_config_y,
+            warnings_as_errors=options.warnings_as_errors)
     builder.force_config_on_failure = not options.quick
     if make_func:
         builder.do_make = make_func