diff --git a/ld_script.ld b/ld_script.ld index 6b1f95a3f..e68c4a7b3 100644 --- a/ld_script.ld +++ b/ld_script.ld @@ -12,7 +12,7 @@ SECTIONS { . = 0x1C000; INCLUDE "sym_ewram.ld" - src/*.o(.ewram_data); + src/*.o(ewram_data); *libc.a:impure.o(.data); *libc.a:locale.o(.data);