File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
boards/xtensa/esp32s3/common/scripts Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ SECTIONS
88
88
*libarch.a :xtensa_testset.*(.literal .text .literal.* .text.*)
89
89
90
90
#ifdef CONFIG_ESP32S3_BLE
91
- *libc.a :bin/ sq_remlast.*(.literal .text .literal.* .text.*)
91
+ *libc.a :sq_remlast.*(.literal .text .literal.* .text.*)
92
92
#endif
93
93
94
94
*libdrivers.a :syslog_flush.*(.literal .text .literal.* .text.*)
@@ -121,7 +121,7 @@ SECTIONS
121
121
*libsched.a :sched_mergepending.*(.literal.nxsched_merge_pending .text.nxsched_merge_pending)
122
122
*libsched.a :sched_resumescheduler.*(.literal.nxsched_resume_scheduler .text.nxsched_resume_scheduler)
123
123
124
- *libc.a :bin/ sq_remfirst.*(.literal.sq_remfirst .text.sq_remfirst)
124
+ *libc.a :sq_remfirst.*(.literal.sq_remfirst .text.sq_remfirst)
125
125
#endif
126
126
127
127
*(.wifirxiram .wifirxiram.*)
You can’t perform that action at this time.
0 commit comments