aboutsummaryrefslogtreecommitdiff
path: root/esp8266/Makefile
diff options
context:
space:
mode:
authorPaul Sokolovsky2015-12-31 16:09:00 +0200
committerPaul Sokolovsky2016-03-03 20:14:50 +0200
commit7480ee5892b4f4a3ea3748f8cb2c110b5075a08f (patch)
tree4e3ff9ff307eeb93d9ede25f8785de0c2914001c /esp8266/Makefile
parent70fb9ee99b5238c5f2163d93256226013442fa01 (diff)
esp8266: Enable uhashlib module.
Diffstat (limited to 'esp8266/Makefile')
-rw-r--r--esp8266/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/esp8266/Makefile b/esp8266/Makefile
index c83640fb7..7d3567e6d 100644
--- a/esp8266/Makefile
+++ b/esp8266/Makefile
@@ -34,7 +34,7 @@ CFLAGS = $(INC) -Wall -Wpointer-arith -Werror -ansi -std=gnu99 -nostdlib -DUART_
$(CFLAGS_XTENSA) $(COPT) $(CFLAGS_EXTRA)
LDFLAGS = -nostdlib -T esp8266.ld -Map=$(@:.elf=.map) --cref
-LIBS = -L$(ESP_SDK)/lib -lmain -ljson -llwip -lpp -lnet80211 -lwpa -lphy -lnet80211
+LIBS = -L$(ESP_SDK)/lib -lmain -ljson -lssl -llwip -lpp -lnet80211 -lwpa -lphy -lnet80211
LIBGCC_FILE_NAME = $(shell $(CC) $(CFLAGS) -print-libgcc-file-name)
LIBS += -L$(dir $(LIBGCC_FILE_NAME)) -lgcc