diff options
author | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-11 11:39:11 -0800 |
---|---|---|
committer | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-11 11:39:11 -0800 |
commit | 1e63f841ef5aaf120b31eda59b86d34c1838ab5c (patch) | |
tree | 8b134a4e96a8002e01c271dead010df5a76061f2 /ld_script.txt | |
parent | 9b5c263a938ddc43bb7910170dc5a5925ffc48b0 (diff) |
split file_system.s
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 14d1053..a5403f2 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -43,6 +43,8 @@ SECTIONS { asm/code_80047E8.o(.text); src/random.o(.text); asm/code_8006218.o(.text); + asm/file_system.o(.text); + asm/code_800AAA0.o(.text); src/main.o(.text); asm/code_800B540.o(.text); asm/m4a.o(.text); |