mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2026-08-29 01:31:32 +00:00
rel_1.6.0 init
This commit is contained in:
commit
27b3e2883d
19359 changed files with 8093121 additions and 0 deletions
26
Living_SDK/security/itls/itls.mk
Normal file
26
Living_SDK/security/itls/itls.mk
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
NAME := itls
|
||||
|
||||
DEBUG := no
|
||||
|
||||
GLOBAL_INCLUDES += ../include
|
||||
|
||||
$(NAME)_DEFINES += CONFIG_PLAT_AOS
|
||||
|
||||
ifneq ($(HOST_ARCH), ck802)
|
||||
$(NAME)_DEFINES += CONFIG_KEY_OTP_ENABLED
|
||||
endif
|
||||
|
||||
ifeq ($(DEBUG), no)
|
||||
$(NAME)_PREBUILT_LIBRARY := lib/$(HOST_ARCH)/libitls.a
|
||||
else
|
||||
GLOBAL_DEFINES += CONFIG_SSL_DEBUG
|
||||
$(NAME)_PREBUILT_LIBRARY := lib/$(HOST_ARCH)/libitls.a.dbg
|
||||
endif
|
||||
|
||||
$(NAME)_COMPONENTS := alicrypto
|
||||
$(NAME)_COMPONENTS += id2
|
||||
$(NAME)_COMPONENTS += irot
|
||||
|
||||
$(NAME)_SOURCES := src/mbedtls_net.c
|
||||
$(NAME)_SOURCES += src/mbedtls_alt.c
|
||||
$(NAME)_SOURCES += src/mbedtls_auth.c
|
||||
Loading…
Add table
Add a link
Reference in a new issue