aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-04-17 18:08:56 -0600
committerSimon Glass <sjg@chromium.org>2020-04-26 14:25:21 -0600
commit7ec3dc57b33e2fa5f1da1ade259937f5631532c0 (patch)
tree071ed5d85eba389b8515d8d076ac19e0844c3e40 /tools
parentc3a13cc3331846a900f0bf6d003357d5c6b7dbe3 (diff)
downloadu-boot-7ec3dc57b33e2fa5f1da1ade259937f5631532c0.zip
u-boot-7ec3dc57b33e2fa5f1da1ade259937f5631532c0.tar.gz
u-boot-7ec3dc57b33e2fa5f1da1ade259937f5631532c0.tar.bz2
buildman: Rename the main module
Python does not like the module name being the same as the module directory. To allow buildman modules to be used from other tools, rename it. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools')
l---------tools/buildman/buildman2
-rwxr-xr-xtools/buildman/main.py (renamed from tools/buildman/buildman.py)0
2 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildman/buildman b/tools/buildman/buildman
index e4fba2d..11a5d8e 120000
--- a/tools/buildman/buildman
+++ b/tools/buildman/buildman
@@ -1 +1 @@
-buildman.py \ No newline at end of file
+main.py \ No newline at end of file
diff --git a/tools/buildman/buildman.py b/tools/buildman/main.py
index 0add628..0add628 100755
--- a/tools/buildman/buildman.py
+++ b/tools/buildman/main.py