We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22519d8 commit aeb5bacCopy full SHA for aeb5bac
1 file changed
ports/espressif/Makefile
@@ -242,7 +242,6 @@ ifeq ($(IDF_TARGET),esp32)
242
LDFLAGS += \
243
-Tesp32.rom.newlib-data.ld \
244
-Tesp32.rom.newlib-funcs.ld \
245
- -Tesp32.rom.newlib-time.ld \
246
-Tesp32.rom.spiflash_legacy.ld
247
248
CHIP_COMPONENTS = \
@@ -265,7 +264,6 @@ CHIP_COMPONENTS = \
265
264
else ifeq ($(IDF_TARGET),esp32c3)
266
267
-Tesp32c3.rom.newlib.ld \
268
- -Tesp32c3.rom.newlib-time.ld \
269
-Tesp32c3.rom.version.ld \
270
-Tesp32c3.rom.eco3.ld \
271
-Tesp32c3.rom.bt_funcs.ld
@@ -312,7 +310,6 @@ else ifeq ($(IDF_TARGET),esp32s2)
312
310
313
311
-Tesp32s2.rom.newlib-data.ld \
314
-Tesp32s2.rom.newlib-funcs.ld \
315
- -Tesp32s2.rom.newlib-time.ld \
316
-Tesp32s2.rom.spiflash_legacy.ld
317
318
0 commit comments