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 @@ COMPONENT_SRCDIRS := driver source
LIBS ?=
ifndef CONFIG_NO_BLOBS
LIBS += crypto gcc hal core net80211 \
LIBS += gcc hal core net80211 \
phy pp smartconfig ssc wpa
endif