diff options
author | nullableVoidPtr <30564701+nullableVoidPtr@users.noreply.github.com> | 2018-10-16 17:11:54 +0800 |
---|---|---|
committer | void <30564701+nullableVoidPtr@users.noreply.github.com> | 2018-11-18 18:29:52 +0800 |
commit | 9e5147a9adf9dc0aba908f38637cd0b4da2cbbcc (patch) | |
tree | 4c6d69c6023e4bb9adb728b75b59f24cd5801002 /ld_script.sed | |
parent | 97ab00ba2189c4d8b483ddcad3fc7cf97386122b (diff) |
Makefile overhaul
Addition of a build directory, and more flexible to allow for possible blue build.
Diffstat (limited to 'ld_script.sed')
-rw-r--r-- | ld_script.sed | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/ld_script.sed b/ld_script.sed deleted file mode 100644 index 65e2610..0000000 --- a/ld_script.sed +++ /dev/null @@ -1,14 +0,0 @@ -/<EWRAM>/ { - r sym_ewram.ld - d -} - -/<EWRAM2>/ { - r sym_ewram2.ld - d -} - -/<IWRAM>/ { - r sym_iwram.ld - d -} |