mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-04-01 12:01:31 +00:00
tools: Set an initial value for indir
This variable is not documented or set up in the module. Fix this. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
4b4bc06ef4
commit
1fda18205f
1 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,9 @@ packages = {
|
||||||
'lz4': 'liblz4-tool',
|
'lz4': 'liblz4-tool',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# List of paths to use when looking for an input file
|
||||||
|
indir = []
|
||||||
|
|
||||||
def PrepareOutputDir(dirname, preserve=False):
|
def PrepareOutputDir(dirname, preserve=False):
|
||||||
"""Select an output directory, ensuring it exists.
|
"""Select an output directory, ensuring it exists.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue