mirror of
https://github.com/frank-w/u-boot.git
synced 2026-01-22 16:53:37 +08: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:
@@ -28,6 +28,9 @@ packages = {
|
||||
'lz4': 'liblz4-tool',
|
||||
}
|
||||
|
||||
# List of paths to use when looking for an input file
|
||||
indir = []
|
||||
|
||||
def PrepareOutputDir(dirname, preserve=False):
|
||||
"""Select an output directory, ensuring it exists.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user