esp8266/Makefile: Enable "ussl" module.

axTLS should be built first using "make axtls".
This commit is contained in:
Paul Sokolovsky 2016-04-28 00:46:51 +03:00
parent 941ddfe559
commit 0785040593
1 changed files with 2 additions and 0 deletions

View File

@ -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