]> git.dujemihanovic.xyz Git - u-boot.git/commit
buildman: Make mrproper an argument to _config_and_build()
authorSimon Glass <sjg@chromium.org>
Sun, 23 Jun 2024 17:55:10 +0000 (11:55 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 3 Jul 2024 06:36:33 +0000 (07:36 +0100)
commit3f972a465548b76b3ce76d99d7acf03492d3e1f7
tree74a4c835800d5539e5fa648ed11f639b05a09a4d
parent49b158a49218701879430ba4ae460bc77e78b7e9
buildman: Make mrproper an argument to _config_and_build()

Pass this in so the caller can change it independently of the member
variable.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/builderthread.py