Changes in boot/tools/pack.py [cc1f8d4:960f8476] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/tools/pack.py
rcc1f8d4 r960f8476 72 72 plainname = os.path.splitext(basename)[0] 73 73 path = os.path.dirname(task) 74 object = plainname + ". co"74 object = plainname + ".o" 75 75 symbol = "_binary_" + basename.replace(".", "_") 76 76 macro = plainname.upper()
Note:
See TracChangeset
for help on using the changeset viewer.