esp32/Makefile: Make sure that directory exists for sdkconfig.h.
This commit is contained in:
parent
9ac9aa989c
commit
5d88272342
@ -234,6 +234,7 @@ SRC_QSTR_AUTO_DEPS +=
|
|||||||
|
|
||||||
$(SDKCONFIG_H): $(SDKCONFIG)
|
$(SDKCONFIG_H): $(SDKCONFIG)
|
||||||
$(ECHO) "GEN $@"
|
$(ECHO) "GEN $@"
|
||||||
|
$(Q)$(MKDIR) -p $(dir $@)
|
||||||
$(Q)$(PYTHON) $(ESPIDF)/tools/kconfig_new/confgen.py \
|
$(Q)$(PYTHON) $(ESPIDF)/tools/kconfig_new/confgen.py \
|
||||||
--output header $@ \
|
--output header $@ \
|
||||||
--config $< \
|
--config $< \
|
||||||
|
Loading…
Reference in New Issue
Block a user