soc: esp32: Enable building with newer ESP-IDF
ESP-IDF commit cb31222e added the dependency on a file named "sdkconfig.h", which is equivalent to "autoconf.h" generated by kbuild used in Zephyr. It does not depend on anything from that file, though, so just provide an empty file to keep the compiler from complaining. Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>
This commit is contained in:
parent
cd3ef98ee1
commit
02bc5fa8e0
1 changed files with 5 additions and 0 deletions
5
arch/xtensa/soc/esp32/sdkconfig.h
Normal file
5
arch/xtensa/soc/esp32/sdkconfig.h
Normal file
|
@ -0,0 +1,5 @@
|
|||
/*
|
||||
* This file is intentionally empty. It is required to build Zephyr with
|
||||
* esp-idf newer than git revision cb31222e.
|
||||
*/
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue