diff.py: be smarter about finding object files (#55)

Co-authored-by: Pheenoh <pheenoh@gmail.com>
This commit is contained in:
Erin Moon
2021-01-02 23:58:42 -06:00
committed by GitHub
parent d2e9db3748
commit b679127675
2 changed files with 39 additions and 9 deletions
+3 -1
View File
@@ -4,8 +4,10 @@ import os
def apply(config, args):
config['mapfile'] = 'build/dolzel2/dolzel2.map'
config['expected_mapfile'] = 'expected/build/dolzel2/dolzel2.map'
config['map_format'] = 'mw'
config["mw_build_dir"] = "build/" # only needed for mw map format
config['build_dir'] = "build/" # only needed for mw map format
config['expected_build_dir'] = 'expected/build/'
config['myimg'] = 'build/dolzel2/main.elf'
config['baseimg'] = 'baserom.elf'
config['makeflags'] = []