diff --git a/components/xtensa/CMakeLists.txt b/components/xtensa/CMakeLists.txt index 8e59467673..3fa959a936 100644 --- a/components/xtensa/CMakeLists.txt +++ b/components/xtensa/CMakeLists.txt @@ -1,5 +1,7 @@ idf_build_get_property(target IDF_TARGET) - +if(${target} STREQUAL "esp32c3") + return() +endif() if(BOOTLOADER_BUILD) # bootloader only needs headers from this component set(priv_requires soc)