summaryrefslogtreecommitdiffstats
path: root/src/build/sbeOpDistribute.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/build/sbeOpDistribute.py')
-rwxr-xr-xsrc/build/sbeOpDistribute.py3
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)
OpenPOWER on IntegriCloud