[Audio 5/?] Build the Samplebank Table (#2044)

This commit is contained in:
Tharo
2024-08-17 22:42:15 +01:00
committed by GitHub
parent 56ca23663a
commit ba5574be6d
24 changed files with 343 additions and 68 deletions
+17
View File
@@ -0,0 +1,17 @@
OUTPUT_ARCH (mips)
/* Audio Table Linker Script, maps data into rodata */
SECTIONS {
.rodata :
{
*(.data*)
*(.rodata*)
}
/DISCARD/ :
{
*(*);
}
}