aboutsummaryrefslogtreecommitdiffstats
path: root/src/rombios.lds.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/rombios.lds.S')
-rw-r--r--src/rombios.lds.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rombios.lds.S b/src/rombios.lds.S
index e3527ac1..1305c403 100644
--- a/src/rombios.lds.S
+++ b/src/rombios.lds.S
@@ -22,4 +22,5 @@ SECTIONS
final_code16_fixed_start = . ;
*(.text16.fixed.addr)
}
+ /DISCARD/ : { *(.discard.var16) }
}