diff options
author | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-10 22:41:46 -0800 |
---|---|---|
committer | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-10 22:41:46 -0800 |
commit | d07afbc0818370f03ef840419e0bf4f654753ab8 (patch) | |
tree | 979a30ff1aa62e4135918eed8b57868571a799a2 /ld_script.sed |
initial commit
Diffstat (limited to 'ld_script.sed')
-rw-r--r-- | ld_script.sed | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ld_script.sed b/ld_script.sed new file mode 100644 index 0000000..65e2610 --- /dev/null +++ b/ld_script.sed @@ -0,0 +1,14 @@ +/<EWRAM>/ { + r sym_ewram.ld + d +} + +/<EWRAM2>/ { + r sym_ewram2.ld + d +} + +/<IWRAM>/ { + r sym_iwram.ld + d +} |