Fix EWRAM_DATA wildcards
`ewram_data` not `.ewram_data`, doh!
This commit is contained in:
parent
9c4a59f865
commit
62f592f4df
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ SECTIONS {
|
|||
. = 0x1C000;
|
||||
|
||||
INCLUDE "sym_ewram.ld"
|
||||
src/*.o(.ewram_data);
|
||||
gflib/*.o(.ewram_data);
|
||||
src/*.o(ewram_data);
|
||||
gflib/*.o(ewram_data);
|
||||
|
||||
*libc.a:impure.o(.data);
|
||||
*libc.a:locale.o(.data);
|
||||
|
|
Loading…
Reference in a new issue