diff --git a/components/bt/CMakeLists.txt b/components/bt/CMakeLists.txt index d2046f7ef4..3961aea2f4 100644 --- a/components/bt/CMakeLists.txt +++ b/components/bt/CMakeLists.txt @@ -84,9 +84,6 @@ if(CONFIG_BT_ENABLED) elseif(CONFIG_IDF_TARGET_ESP32S3) list(APPEND srcs "controller/esp32c3/bt.c") - elseif(CONFIG_IDF_TARGET_ESP32C2) - list(APPEND srcs "controller/esp32c2/bt.c") - elseif(CONFIG_IDF_TARGET_ESP32C2) set(ldfragments "linker.lf.esp32c2") list(APPEND srcs "controller/esp32c2/bt.c")