File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -242,7 +242,6 @@ ifeq ($(IDF_TARGET),esp32)
242
242
LDFLAGS += \
243
243
-Tesp32.rom.newlib-data.ld \
244
244
-Tesp32.rom.newlib-funcs.ld \
245
- -Tesp32.rom.newlib-time.ld \
246
245
-Tesp32.rom.spiflash_legacy.ld
247
246
248
247
CHIP_COMPONENTS = \
@@ -265,7 +264,6 @@ CHIP_COMPONENTS = \
265
264
else ifeq ($(IDF_TARGET),esp32c3)
266
265
LDFLAGS += \
267
266
-Tesp32c3.rom.newlib.ld \
268
- -Tesp32c3.rom.newlib-time.ld \
269
267
-Tesp32c3.rom.version.ld \
270
268
-Tesp32c3.rom.eco3.ld \
271
269
-Tesp32c3.rom.bt_funcs.ld
@@ -312,7 +310,6 @@ else ifeq ($(IDF_TARGET),esp32s2)
312
310
LDFLAGS += \
313
311
-Tesp32s2.rom.newlib-data.ld \
314
312
-Tesp32s2.rom.newlib-funcs.ld \
315
- -Tesp32s2.rom.newlib-time.ld \
316
313
-Tesp32s2.rom.spiflash_legacy.ld
317
314
318
315
CHIP_COMPONENTS = \
You can’t perform that action at this time.
0 commit comments