Merge branch 'feat/update_phylib_on_s31_c6_for_track_v5.4' into 'release/v5.4'

feat(phy): update phy lib for esp32s31 & esp32c6 for track (v5.4)

See merge request espressif/esp-idf!50793
This commit is contained in:
Shu Chen
2026-07-24 07:30:42 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -94,10 +94,10 @@ if(CONFIG_ESP_PHY_ENABLED)
librftest.a $<TARGET_FILE:${esp_phy_lib}>)
elseif(CONFIG_IDF_TARGET_ESP32S2)
target_link_libraries(${COMPONENT_LIB} INTERFACE $<TARGET_FILE:${esp_phy_lib}> librftest.a
librfate.a $<TARGET_FILE:${esp_phy_lib}>)
$<TARGET_FILE:${esp_phy_lib}>)
else()
target_link_libraries(${COMPONENT_LIB} INTERFACE $<TARGET_FILE:${esp_phy_lib}> libbttestmode.a
librfate.a librftest.a $<TARGET_FILE:${esp_phy_lib}>)
librftest.a $<TARGET_FILE:${esp_phy_lib}>)
endif()
endif()