summaryrefslogtreecommitdiff
path: root/olsndot/firmware/stm32_flash.ld
diff options
context:
space:
mode:
Diffstat (limited to 'olsndot/firmware/stm32_flash.ld')
-rw-r--r--olsndot/firmware/stm32_flash.ld3
1 files changed, 3 insertions, 0 deletions
diff --git a/olsndot/firmware/stm32_flash.ld b/olsndot/firmware/stm32_flash.ld
index 927e8b4..4a7f88a 100644
--- a/olsndot/firmware/stm32_flash.ld
+++ b/olsndot/firmware/stm32_flash.ld
@@ -28,9 +28,12 @@ SECTIONS {
*(.glue_7) /* TBD - needed ? */
*(.glue_7t) /* TBD - needed ? */
+ *(.source_tarball)
+
/* Necessary KEEP sections (see http://sourceware.org/ml/newlib/2005/msg00255.html) */
KEEP (*(.init))
KEEP (*(.fini))
+ KEEP (*(.source_tarball))
. = ALIGN(4);
_etext = .;