diff options
Diffstat (limited to 'apps/plugins/plugin.lds')
| -rw-r--r-- | apps/plugins/plugin.lds | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds index fc9d4d4..84617b9 100644 --- a/apps/plugins/plugin.lds +++ b/apps/plugins/plugin.lds @@ -113,6 +113,7 @@ SECTIONS #endif { *(.bss*) + *(COMMON) } > PLUGIN_RAM /* Special trick to avoid a linker error when no other sections are |