summaryrefslogtreecommitdiff
path: root/tools/binman
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-11-22 06:48:39 +0300
committerTom Rini <trini@konsulko.com>2022-01-25 00:03:27 +0300
commitc761cf778fc6fe309f4be20a9e157165bc3b4841 (patch)
tree9f59ca8bc7cc5d02f6ea279adff95cd6d267baf8 /tools/binman
parentfd520092b75084d5e30e6e436e0f6ce774e2c050 (diff)
downloadu-boot-c761cf778fc6fe309f4be20a9e157165bc3b4841.tar.xz
tools: Add init files for Python tools
Add some empty __init__ files for binman, buildman and dtoc so that pylint is able to recognise these as Python modules and produce more useful pylint output. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/binman')
-rw-r--r--tools/binman/__init__.py0
1 files changed, 0 insertions, 0 deletions
diff --git a/tools/binman/__init__.py b/tools/binman/__init__.py
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/tools/binman/__init__.py