feat(esp8266): Remove unused or unsupported library

This commit is contained in:
Dong Heng
2018-08-22 11:33:18 +08:00
parent 11ea677c28
commit 96db9faac0
11 changed files with 5 additions and 806 deletions

View File

@@ -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")