linker: esp32: remove libhal dependency
libhal.a is not used and can be removed from linker Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
This commit is contained in:
parent
0b63a9618b
commit
56d4e835b9
1 changed files with 0 additions and 1 deletions
|
@ -383,7 +383,6 @@ __shell_root_cmds_end = __esp_shell_root_cmds_end;
|
||||||
*libkernel.a:(.literal .text .literal.* .text.*)
|
*libkernel.a:(.literal .text .literal.* .text.*)
|
||||||
*libsoc.a:rtc_*.*(.literal .text .literal.* .text.*)
|
*libsoc.a:rtc_*.*(.literal .text .literal.* .text.*)
|
||||||
*libsoc.a:cpu_util.*(.literal .text .literal.* .text.*)
|
*libsoc.a:cpu_util.*(.literal .text .literal.* .text.*)
|
||||||
*libhal.a:(.literal .text .literal.* .text.*)
|
|
||||||
*libgcc.a:lib2funcs.*(.literal .text .literal.* .text.*)
|
*libgcc.a:lib2funcs.*(.literal .text .literal.* .text.*)
|
||||||
*libdrivers__flash.a:flash_esp32.*(.literal .text .literal.* .text.*)
|
*libdrivers__flash.a:flash_esp32.*(.literal .text .literal.* .text.*)
|
||||||
*libzephyr.a:log_noos.*(.literal .text .literal.* .text.*)
|
*libzephyr.a:log_noos.*(.literal .text .literal.* .text.*)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue