mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-23 15:01:32 -04:00
97e066f23f
* fix asm differ branch * git subrepo pull --force tools/asm-differ subrepo: subdir: "tools/asm-differ" merged: "fd0984c97" upstream: origin: "https://github.com/simonlindholm/asm-differ.git" branch: "main" commit: "fd0984c97" git-subrepo: version: "0.4.3" origin: "???" commit: "???" * delete asm-processor * git subrepo clone git@github.com:simonlindholm/asm-processor.git tools/asm-processor subrepo: subdir: "tools/asm-processor" merged: "755f734fb" upstream: origin: "git@github.com:simonlindholm/asm-processor.git" branch: "main" commit: "755f734fb" git-subrepo: version: "0.4.3" origin: "???" commit: "???" * re-add build.py * remove subrepo * git subrepo pull --force tools/asm-differ subrepo: subdir: "tools/asm-differ" merged: "1dfba80e1" upstream: origin: "https://github.com/simonlindholm/asm-differ.git" branch: "main" commit: "1dfba80e1" git-subrepo: version: "0.4.3" origin: "???" commit: "???"
11 lines
394 B
Python
11 lines
394 B
Python
def apply(config, args):
|
|
config["baseimg"] = "target.bin"
|
|
config["myimg"] = "source.bin"
|
|
config["mapfile"] = "build.map"
|
|
config["source_directories"] = ["."]
|
|
# config["arch"] = "mips"
|
|
# config["map_format"] = "gnu" # gnu or mw
|
|
# config["mw_build_dir"] = "build/" # only needed for mw map format
|
|
# config["makeflags"] = []
|
|
# config["objdump_executable"] = ""
|