]> git.dujemihanovic.xyz Git - u-boot.git/commit
buildman: Move setting up the output dir into a function
authorSimon Glass <sjg@chromium.org>
Wed, 19 Jul 2023 23:48:49 +0000 (17:48 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 24 Jul 2023 15:34:11 +0000 (09:34 -0600)
commite48b946b93de595af848b37eef2b0bb484dfcfb1
tree6336c00f2027dd8f24dd355aaaa6b7532d9c14f3
parentaeb2381b2743b545e39f580a5a620e6f8e2e1edb
buildman: Move setting up the output dir into a function

Move this code into a separate function to reduce the size of the main
do_buildman() directory.

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