summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2018-01-21 01:29:33 -0600
committercamthesaxman <cameronghall@cox.net>2018-01-21 01:29:33 -0600
commit16f378cb66cbf5c0e4ef144357fe6601db4ac731 (patch)
tree7b89ddfc869e2086c4161c38c893e8d529639671 /ld_script.txt
parent144e48af989692cd4012d9100b748b9cc1627d68 (diff)
don't generate ld scripts
Diffstat (limited to 'ld_script.txt')
-rw-r--r--ld_script.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld_script.txt b/ld_script.txt
index 18de179bc..6931eb661 100644
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -9,7 +9,7 @@ SECTIONS {
ewram (NOLOAD) :
ALIGN(4)
{
- INCLUDE "sym_ewram.ld"
+ INCLUDE "../../sym_ewram.txt"
. = 0x40000;
}
@@ -20,7 +20,7 @@ SECTIONS {
ALIGN(4)
{
/* .bss starts at 0x3000000 */
-<BSS>
+ INCLUDE "../../sym_bss.txt"
/* .bss.code starts at 0x3000F60 */
src/libs/m4a_2.o(.bss.code);