diff --git a/components/esp_coex/CMakeLists.txt b/components/esp_coex/CMakeLists.txt index 252d3402eca..3dbe4bdd125 100644 --- a/components/esp_coex/CMakeLists.txt +++ b/components/esp_coex/CMakeLists.txt @@ -29,7 +29,7 @@ endif() idf_component_register(SRCS "${srcs}" INCLUDE_DIRS "include" - PRIV_REQUIRES esp_timer esp_driver_gpio + PRIV_REQUIRES esp_timer esp_driver_gpio esp_phy LDFRAGMENTS "${ldfragments}") if(CONFIG_ESP_COEX_ENABLED)