mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
cpu/esp_common/makefile: move linking of libhal.a to esp8266 makefile
This commit is contained in:
parent
6e996f6a4d
commit
60bbe0fe49
@ -42,7 +42,7 @@ ifneq (,$(filter esp_now,$(USEMODULE)))
|
||||
ARCHIVES += -lespnow
|
||||
endif
|
||||
|
||||
ARCHIVES += -lgcc -lwpa -lcore -lnet80211 -lphy -lpp -lstdc++
|
||||
ARCHIVES += -lgcc -lhal -lwpa -lcore -lnet80211 -lphy -lpp -lstdc++
|
||||
|
||||
LINKFLAGS += -L$(RIOTCPU)/$(CPU)/ld
|
||||
LINKFLAGS += -Tesp8266.rom.ld
|
||||
|
@ -78,7 +78,7 @@ CFLAGS += $(if $(findstring qio,$(FLASH_MODE)),-DFLASH_MODE_QIO=1)
|
||||
CFLAGS += $(if $(findstring dio,$(FLASH_MODE)),-DFLASH_MODE_DIO=1)
|
||||
CFLAGS += $(if $(findstring dout,$(FLASH_MODE)),-DFLASH_MODE_DOUT=1)
|
||||
|
||||
ARCHIVES += -lhal -lg -lc
|
||||
ARCHIVES += -lg -lc
|
||||
|
||||
LINKFLAGS += $(CFLAGS_OPT) $(CFLAGS_DBG)
|
||||
#ifneq ($(CPU),esp8266)
|
||||
|
Loading…
Reference in New Issue
Block a user