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

This commit is contained in:
Damien George 2019-01-28 20:41:13 +11:00
parent 9ac9aa989c
commit 5d88272342

View File

@ -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 $< \