aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/esp32/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/esp32/Makefile b/ports/esp32/Makefile
index b3b084bf6..15073453a 100644
--- a/ports/esp32/Makefile
+++ b/ports/esp32/Makefile
@@ -234,6 +234,7 @@ SRC_QSTR_AUTO_DEPS +=
$(SDKCONFIG_H): $(SDKCONFIG)
$(ECHO) "GEN $@"
+ $(Q)$(MKDIR) -p $(dir $@)
$(Q)$(PYTHON) $(ESPIDF)/tools/kconfig_new/confgen.py \
--output header $@ \
--config $< \