Skip to content
Snippets Groups Projects
Commit 5d882723 authored by Damien George's avatar Damien George
Browse files

esp32/Makefile: Make sure that directory exists for sdkconfig.h.

parent 9ac9aa98
No related branches found
No related tags found
No related merge requests found
......@@ -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 $< \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment