diff options
| author | Paul Sokolovsky | 2016-07-31 02:39:59 +0300 |
|---|---|---|
| committer | Paul Sokolovsky | 2016-07-31 02:39:59 +0300 |
| commit | 4d22ade102b9b5c5b610f2de47385cc53d4ba009 (patch) | |
| tree | ef778f033366ad4c0cb6f1cd026d7c65ccbd5559 /esp8266/Makefile | |
| parent | 64ad838fde7ab4333fadc804a0339a074d041767 (diff) | |
esp8266: Enable btree module.
Diffstat (limited to 'esp8266/Makefile')
| -rw-r--r-- | esp8266/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/esp8266/Makefile b/esp8266/Makefile index 35a609b3d..ea9c7eb87 100644 --- a/esp8266/Makefile +++ b/esp8266/Makefile @@ -5,6 +5,7 @@ QSTR_DEFS = qstrdefsport.h #$(BUILD)/pins_qstr.h MICROPY_PY_USSL = 1 MICROPY_SSL_AXTLS = 1 +MICROPY_PY_BTREE = 1 # include py core make definitions include ../py/py.mk @@ -88,6 +89,7 @@ SRC_C = \ $(BUILD)/frozen.c \ fatfs_port.c \ axtls_helpers.c \ + $(SRC_MOD) STM_SRC_C = $(addprefix stmhal/,\ pybstdio.c \ |
