diff options
Diffstat (limited to 'src/build/sbeOpDistribute.py')
-rwxr-xr-x | src/build/sbeOpDistribute.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/build/sbeOpDistribute.py b/src/build/sbeOpDistribute.py index 8be046e0..f7ed94ef 100755 --- a/src/build/sbeOpDistribute.py +++ b/src/build/sbeOpDistribute.py @@ -86,6 +86,9 @@ def main(argv): scratch_dir = str(arg) assert os.path.exists(arg), "Did not find the file at,"+str(arg) + SEEPROM_IMAGE = 'sbe_seeprom.bin' + SEEPROM_HDR_BIN = 'sbe_seeprom.hdr.bin' + if (mode == "MAKE"): # Create binaries folder run_system_cmd('mkdir -p '+sbe_binary_dir) |