diff options
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 1d4b8a6..0a8ae40 100755 --- a/ld_script.ld +++ b/ld_script.ld @@ -27,6 +27,7 @@ SECTIONS asm/main.o(.text); asm/m4a_1.o(.text); src/m4a_2.o(.text); + asm/m4a_3.o(.text); asm/rom.o(.text); }=0xFF } |