diff --git a/components/bt/CMakeLists.txt b/components/bt/CMakeLists.txt index bf74d08ab3..63f7b1e9c5 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")