Skip to content
Snippets Groups Projects
Commit 0c289a8f authored by Gunar Schorcht's avatar Gunar Schorcht
Browse files

cpu/esp32: fixes LINKFLAGS in Makefile.include

removes the duplicate entry of -lg in LINKFLAGS
parent 9bba4b9a
No related branches found
No related tags found
No related merge requests found
......@@ -124,7 +124,7 @@ ifneq (,$(filter esp_wifi_any,$(USEMODULE)))
BASELIBS += -lwps -lwpa -lwpa2 -lespnow -lmesh -lphy -lstdc++
endif
LINKFLAGS += -lhal -lg -lc -lg
LINKFLAGS += -lhal -lg -lc
LINKFLAGS += -L$(RIOTCPU)/$(CPU)/ld/
LINKFLAGS += -T$(RIOTCPU)/$(CPU)/ld/esp32.ld
LINKFLAGS += -T$(RIOTCPU)/$(CPU)/ld/esp32.common.ld
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment