Future proof console check (closes #663) (#690)

This commit is contained in:
Matt Pharoah
2023-09-22 13:09:32 -04:00
committed by GitHub
parent 544fcaf038
commit c9533d18ff
3 changed files with 14 additions and 1 deletions

View File

@@ -160,6 +160,7 @@ SECTIONS
#ifdef EEP
KEEP(BUILD_DIR/asm/vc_bin.o(.text*));
#endif
KEEP(BUILD_DIR/asm/emux.o(.text*));
KEEP(BUILD_DIR/asm/pj64_get_count_factor_asm.o(.text*));
KEEP(BUILD_DIR/asm/round.o(.text*));
KEEP(BUILD_DIR/asm/fcr31.o(.text*));