aboutsummaryrefslogtreecommitdiff
path: root/tools/patman
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-11-21 20:48:38 -0700
committerTom Rini <trini@konsulko.com>2022-01-24 16:03:27 -0500
commitfd520092b75084d5e30e6e436e0f6ce774e2c050 (patch)
treeaaf029e96f47b48974c352e46090c766db72dfae /tools/patman
parent0c7cdd0302d4b57ee83806d0f6b7add7be3cc461 (diff)
downloadu-boot-fd520092b75084d5e30e6e436e0f6ce774e2c050.zip
u-boot-fd520092b75084d5e30e6e436e0f6ce774e2c050.tar.gz
u-boot-fd520092b75084d5e30e6e436e0f6ce774e2c050.tar.bz2
patman: Update the list of modules
Update the __init__ file to include recently added files. Add a license header while we are here. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/patman')
-rw-r--r--tools/patman/__init__.py9
1 files changed, 6 insertions, 3 deletions
diff --git a/tools/patman/__init__.py b/tools/patman/__init__.py
index 7cbe5fa..c9d3e35 100644
--- a/tools/patman/__init__.py
+++ b/tools/patman/__init__.py
@@ -1,3 +1,6 @@
-__all__ = ['checkpatch', 'command', 'commit', 'cros_subprocess',
- 'get_maintainer', 'gitutil', 'patchstream', 'project',
- 'series', 'settings', 'terminal', 'test']
+# SPDX-License-Identifier: GPL-2.0+
+
+__all__ = ['checkpatch', 'command', 'commit', 'control', 'cros_subprocess',
+ 'func_test', 'get_maintainer', 'gitutil', 'main', 'patchstream',
+ 'project', 'series', 'setup', 'settings', 'terminal',
+ 'test_checkpatch', 'test_util', 'tools', 'tout']