-
CONFIG_HAVE_CUSTOM_LINKER_SCRIPT
¶
Custom linker scripts provided
Type: bool
Help¶
Set this option if you have a custom linker script which needed to be define in CUSTOM_LINKER_SCRIPT.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At misc/Kconfig:58
Included via Kconfig:10
→ Kconfig.zephyr:31
Menu path: (top menu) → Build and Link Features → Linker Options
config HAVE_CUSTOM_LINKER_SCRIPT
bool
prompt "Custom linker scripts provided"
help
Set this option if you have a custom linker script which needed to
be define in CUSTOM_LINKER_SCRIPT.
(Definitions include propagated dependencies, including from if’s and menus.)