diff --git a/components/modules/CMakeLists.txt b/components/modules/CMakeLists.txt index a15255695..6d60e04d7 100644 --- a/components/modules/CMakeLists.txt +++ b/components/modules/CMakeLists.txt @@ -77,6 +77,7 @@ elseif(IDF_TARGET STREQUAL "esp32s3") ) elseif(IDF_TARGET STREQUAL "esp32c3") list(APPEND module_srcs + ${wifi_modules} ) elseif(IDF_TARGET STREQUAL "esp32c6") list(APPEND module_srcs