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)
242242LDFLAGS += \
243243 -Tesp32.rom.newlib-data.ld \
244244 -Tesp32.rom.newlib-funcs.ld \
245- -Tesp32.rom.newlib-time.ld \
246245 -Tesp32.rom.spiflash_legacy.ld
247246
248247CHIP_COMPONENTS = \
@@ -265,7 +264,6 @@ CHIP_COMPONENTS = \
265264else ifeq ($(IDF_TARGET),esp32c3)
266265LDFLAGS += \
267266 -Tesp32c3.rom.newlib.ld \
268- -Tesp32c3.rom.newlib-time.ld \
269267 -Tesp32c3.rom.version.ld \
270268 -Tesp32c3.rom.eco3.ld \
271269 -Tesp32c3.rom.bt_funcs.ld
@@ -312,7 +310,6 @@ else ifeq ($(IDF_TARGET),esp32s2)
312310LDFLAGS += \
313311 -Tesp32s2.rom.newlib-data.ld \
314312 -Tesp32s2.rom.newlib-funcs.ld \
315- -Tesp32s2.rom.newlib-time.ld \
316313 -Tesp32s2.rom.spiflash_legacy.ld
317314
318315CHIP_COMPONENTS = \
You can’t perform that action at this time.
0 commit comments