esp8266/Makefile: Enable "ussl" module.

axTLS should be built first using "make axtls".
pull/2019/head
Paul Sokolovsky 2016-04-28 00:46:51 +03:00
rodzic 941ddfe559
commit 0785040593
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -3,6 +3,8 @@ include ../py/mkenv.mk
# qstr definitions (must come before including py.mk)
QSTR_DEFS = qstrdefsport.h #$(BUILD)/pins_qstr.h
MICROPY_PY_USSL = 1
# include py core make definitions
include ../py/py.mk