aboutsummaryrefslogtreecommitdiff
path: root/tools/buildman/control.py
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-04-11 16:27:25 +1200
committerSimon Glass <sjg@chromium.org>2021-04-29 03:23:39 -0700
commit249933136f860eb35f8729f4774b7058744bf31f (patch)
treea7859d32bea0a0f8c1a4cb09b81776adcc7f0556 /tools/buildman/control.py
parent6784cb35f52b1f742a4b56cc6b5697b6ca784598 (diff)
downloadu-boot-249933136f860eb35f8729f4774b7058744bf31f.zip
u-boot-249933136f860eb35f8729f4774b7058744bf31f.tar.gz
u-boot-249933136f860eb35f8729f4774b7058744bf31f.tar.bz2
buildman: Tidy up a few comments
Add some function comments which are missing, or missing arguments. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/buildman/control.py')
-rw-r--r--tools/buildman/control.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/buildman/control.py b/tools/buildman/control.py
index a767570..5fcfba7 100644
--- a/tools/buildman/control.py
+++ b/tools/buildman/control.py
@@ -124,6 +124,8 @@ def DoBuildman(options, args, toolchains=None, make_func=None, boards=None,
arguments. This setting is useful for tests.
board: Boards() object to use, containing a list of available
boards. If this is None it will be created and scanned.
+ clean_dir: Used for tests only, indicates that the existing output_dir
+ should be removed before starting the build
"""
global builder