diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-10-13 11:21:14 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-10-13 11:21:14 -0500 |
commit | 21417a00146a7b88afdf8406186580d96e3024b9 (patch) | |
tree | bd18c9d8784b6c27338c0786de6442db80bfdb2f /ld_script.ld | |
parent | 75c0dbc467b916cbc6ac9be20ca9727abb371e39 (diff) |
Add unknown lib
Diffstat (limited to 'ld_script.ld')
-rwxr-xr-x | ld_script.ld | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld_script.ld b/ld_script.ld index 147590e..ac87ddb 100755 --- a/ld_script.ld +++ b/ld_script.ld @@ -30,6 +30,7 @@ SECTIONS asm/m4a_3.o(.text); src/m4a_4.o(.text); asm/libagbsyscall.o(.text); + asm/unknown_lib.o(.text); asm/rom.o(.text); }=0xFF } |