aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien George2019-09-11 15:49:24 +1000
committerDamien George2019-09-12 18:16:16 +1000
commit356a728bd0819de503c892a8f1ba55d0bea43a23 (patch)
tree023444bdc879730ecaeb2d22dca94e17d91044a1
parent6e07fde895ba84281f2e3efd82145a4e1b8a4a1d (diff)
esp32/Makefile: Add SDKCONFIG_H to QSTR_GLOBAL_REQUIREMENTS.
Fixes issue #5091.
-rw-r--r--ports/esp32/Makefile1
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