Skip to content

Commit

Permalink
Merge branch 'bugfix/phy_print_link_error_when_build_lib_from_src' in…
Browse files Browse the repository at this point in the history
…to 'master'

ieee802154: fix phy_printf link error when build lib from src

See merge request espressif/esp-idf!18922
  • Loading branch information
zwx1995esp committed Jan 5, 2023
2 parents 7e4ef3c + 0ce075e commit 4485bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ieee802154/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if(CONFIG_IEEE802154_ENABLED)
if($ENV{IEEE802154_LIB_FROM_INTERNAL_SRC})
idf_component_get_property(ieee802154_lib ieee802154_driver COMPONENT_LIB)
target_link_libraries(${COMPONENT_LIB} INTERFACE $<TARGET_FILE:${ieee802154_lib}>
$<TARGET_FILE:${esp_phy_lib}> libphy.a libbtbb.a)
$<TARGET_FILE:${esp_phy_lib}> libphy.a libbtbb.a $<TARGET_FILE:${esp_phy_lib}>)
else()
if(IDF_TARGET STREQUAL "esp32h4")
if(CONFIG_IDF_TARGET_ESP32H4_BETA_VERSION_1)
Expand Down

0 comments on commit 4485bd4

Please sign in to comment.