mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
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>
This commit is contained in:
parent
0c7cdd0302
commit
fd520092b7
1 changed files with 6 additions and 3 deletions
|
@ -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']
|
||||
|
|
Loading…
Add table
Reference in a new issue