mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-16 03:07:59 +08:00
refactor(gpio): Refactor gpio driver for esp8266 idf
This commit is contained in:
@ -18,7 +18,7 @@ endif
|
||||
#Linker scripts used to link the final application.
|
||||
#Warning: These linker scripts are only used when the normal app is compiled; the bootloader
|
||||
#specifies its own scripts.
|
||||
LINKER_SCRIPTS += esp8266.common.ld esp8266.rom.ld
|
||||
LINKER_SCRIPTS += esp8266.common.ld esp8266.rom.ld esp8266.peripherals.ld
|
||||
|
||||
COMPONENT_ADD_LDFLAGS += -L$(COMPONENT_PATH)/lib \
|
||||
$(addprefix -l,$(LIBS)) \
|
||||
|
Reference in New Issue
Block a user