diff options
| -rw-r--r-- | ports/esp32/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/esp32/Makefile b/ports/esp32/Makefile index 1e0298452..3e48febf0 100644 --- a/ports/esp32/Makefile +++ b/ports/esp32/Makefile @@ -25,6 +25,7 @@ include $(BOARD_DIR)/mpconfigboard.mk # qstr definitions (must come before including py.mk) QSTR_DEFS = qstrdefsport.h QSTR_GLOBAL_DEPENDENCIES = $(BOARD_DIR)/mpconfigboard.h +QSTR_GLOBAL_REQUIREMENTS = $(SDKCONFIG_H) MICROPY_PY_USSL = 0 MICROPY_SSL_AXTLS = 0 |
