mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-12-13 00:41:43 +08:00
feat(esp8266): Remove unused or unsupported library
This commit is contained in:
@@ -11,8 +11,8 @@ register_component()
|
||||
|
||||
target_link_libraries(${COMPONENT_NAME} "-L ${CMAKE_CURRENT_SOURCE_DIR}/lib")
|
||||
if(NOT CONFIG_NO_BLOBS)
|
||||
target_link_libraries(${COMPONENT_NAME} airkiss crypto espnow gcc hal core mirom
|
||||
net80211 phy pp pwm smartconfig ssc wpa cirom)
|
||||
target_link_libraries(${COMPONENT_NAME} crypto gcc hal core
|
||||
net80211 phy pp smartconfig ssc wpa)
|
||||
endif()
|
||||
|
||||
target_link_libraries(${COMPONENT_NAME} "-u call_user_start")
|
||||
|
||||
Reference in New Issue
Block a user