diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-09-04 09:12:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-04 09:12:46 -0400 |
commit | 48b8d6887273f06fe5c3a96e1c49e2b7527893f2 (patch) | |
tree | 7a437a8facdccbfed46390bb3ca80f71b8021fdb | |
parent | 1f4c88c95243e8d75f25d5b7868c837c47aa578d (diff) | |
parent | 8d3771d24ee8dbd3e2ddbba191d50b57d5a0715f (diff) |
Merge pull request #797 from PikalaxALT/common_syms
Fix issue with ramscrgen invoke for some users
-rw-r--r-- | berry_fix/payload/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/berry_fix/payload/Makefile b/berry_fix/payload/Makefile index dfcf2a796..63e326724 100644 --- a/berry_fix/payload/Makefile +++ b/berry_fix/payload/Makefile @@ -156,7 +156,7 @@ $(OBJ_DIR)/sym_bss.ld: sym_bss.txt $(RAMSCRGEN) .bss $< ENGLISH > $@ $(OBJ_DIR)/sym_common.ld: sym_common.txt $(C_OBJS) $(wildcard common_syms/*.txt) - $(RAMSCRGEN) COMMON $< ENGLISH -c $(C_BUILDDIR),common_syms,../../tools/agbcc/lib > $@ + $(RAMSCRGEN) COMMON $< ENGLISH -c $(C_BUILDDIR),common_syms > $@ $(OBJ_DIR)/sym_ewram.ld: sym_ewram.txt $(RAMSCRGEN) ewram_data $< ENGLISH > $@ |