diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2019-12-21 09:33:44 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2019-12-21 09:33:44 -0500 |
commit | deb58dfe5c0e6c80d496972e70503c81945df26c (patch) | |
tree | 5f955a17091cd5242cb558c6f224e7bdaa88a5b6 /ld_script.txt | |
parent | b39bbb5e9d19d5b8275da23a6e30e5a5fda607ae (diff) |
Split librfu by function type (thumb/arm)
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index 245ac2df0..b6f017361 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -316,6 +316,8 @@ SECTIONS { src/agb_flash_1m.o(.text); src/agb_flash_mx.o(.text); src/agb_flash_le.o(.text); + asm/librfu_stwi.o(.text); + asm/librfu_intr.o(.text); asm/librfu.o(.text); src/isagbprn.o(.text); asm/libagbsyscall.o(.text); |