diff options
| author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-07-29 11:45:58 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-29 11:45:58 -0500 |
| commit | daa04955774b04e0b3a5e77130ec79f8a408a6b3 (patch) | |
| tree | 22f2f0140962aceded3e6da8ccd5a36cedf2bc81 /Makefile | |
| parent | e0dd5ef9a7bebe68ed36ded1cd92aa04411643e3 (diff) | |
| parent | 16d30072cb429a65bcb6497f091cb42118241bd4 (diff) | |
Merge pull request #20 from camthesaxman/decompile_battle_3
Fix literal pools and alignment
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -112,13 +112,13 @@ $(DATA_ASM_OBJS): %.o: %.s $$(asm_dep) $(PREPROC) $< charmap.txt | $(AS) $(ASFLAGS) -o $@ sym_bss.ld: sym_bss.txt - $(RAMSCRGEN) .bss sym_bss.txt >$@ + $(RAMSCRGEN) .bss sym_bss.txt ENGLISH >$@ sym_common.ld: sym_common.txt $(C_OBJS) $(wildcard common_syms/*.txt) - $(RAMSCRGEN) COMMON sym_common.txt -c src,common_syms >$@ + $(RAMSCRGEN) COMMON sym_common.txt ENGLISH -c src,common_syms >$@ sym_ewram.ld: sym_ewram.txt - $(RAMSCRGEN) ewram_data sym_ewram.txt >$@ + $(RAMSCRGEN) ewram_data sym_ewram.txt ENGLISH >$@ ld_script.ld: ld_script.txt sym_bss.ld sym_common.ld sym_ewram.ld sed -f ld_script.sed ld_script.txt >ld_script.ld |
