feat(lib): remove crypto library

This commit is contained in:
Zhang Jun Hao
2018-09-03 16:10:34 +08:00
parent ad289414cc
commit 925d868d70
4 changed files with 2 additions and 3 deletions

View File

@ -11,7 +11,7 @@ register_component()
target_link_libraries(${COMPONENT_NAME} "-L ${CMAKE_CURRENT_SOURCE_DIR}/lib") target_link_libraries(${COMPONENT_NAME} "-L ${CMAKE_CURRENT_SOURCE_DIR}/lib")
if(NOT CONFIG_NO_BLOBS) if(NOT CONFIG_NO_BLOBS)
target_link_libraries(${COMPONENT_NAME} crypto gcc hal core target_link_libraries(${COMPONENT_NAME} gcc hal core
net80211 phy pp smartconfig ssc wpa) net80211 phy pp smartconfig ssc wpa)
endif() endif()

View File

@ -11,7 +11,7 @@ COMPONENT_SRCDIRS := driver source
LIBS ?= LIBS ?=
ifndef CONFIG_NO_BLOBS ifndef CONFIG_NO_BLOBS
LIBS += crypto gcc hal core net80211 \ LIBS += gcc hal core net80211 \
phy pp smartconfig ssc wpa phy pp smartconfig ssc wpa
endif endif

View File

@ -1,5 +1,4 @@
gwen: gwen:
crypto: eca7811
core: 8ee40dd core: 8ee40dd
net80211: eca7811 net80211: eca7811
pp: eca7811 pp: eca7811

Binary file not shown.