8000 esp32/Makefile: Add SDKCONFIG_H to QSTR_GLOBAL_REQUIREMENTS. · micropython/micropython@356a728 · GitHub
[go: up one dir, main page]

Skip to content

Commit 356a728

Browse files
committed
esp32/Makefile: Add SDKCONFIG_H to QSTR_GLOBAL_REQUIREMENTS.
Fixes issue #5091.
1 parent 6e07fde commit 356a728

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ports/esp32/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ include $(BOARD_DIR)/mpconfigboard.mk
2525
# qstr definitions (must come before including py.mk)
2626
QSTR_DEFS = qstrdefsport.h
2727
QSTR_GLOBAL_DEPENDENCIES = $(BOARD_DIR)/mpconfigboard.h
28+
QSTR_GLOBAL_REQUIREMENTS = $(SDKCONFIG_H)
2829

2930
MICROPY_PY_USSL = 0
3031
MICROPY_SSL_AXTLS = 0

0 commit comments

Comments
 (0)
0