diff options
| author | Damien George | 2019-01-28 20:41:13 +1100 |
|---|---|---|
| committer | Damien George | 2019-01-28 20:41:13 +1100 |
| commit | 5d88272342d134bec030af313188ff929aa56dd3 (patch) | |
| tree | 747a2f522758065492740963faae239263fc0338 /ports | |
| parent | 9ac9aa989c89a1d6310160dd408820d1164d4dd7 (diff) | |
esp32/Makefile: Make sure that directory exists for sdkconfig.h.
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/esp32/Makefile | 1 |
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 $< \ |
