mirror of
https://github.com/espressif/openthread.git
synced 2026-07-21 11:34:06 +00:00
[mbedtls] simplify config file (#3126)
This commit is contained in:
@@ -56,7 +56,8 @@ configure_OPTIONS = \
|
||||
DEFAULT_LOGGING ?= 1
|
||||
|
||||
CC1352_MBEDTLS_CPPFLAGS = \
|
||||
-DMBEDTLS_CONFIG_FILE='\"cc1352-mbedtls-config.h\"' \
|
||||
-DMBEDTLS_CONFIG_FILE='\"mbedtls-config.h\"' \
|
||||
-DMBEDTLS_USER_CONFIG_FILE='\"cc1352-mbedtls-config.h\"' \
|
||||
-I$(PWD)/examples/platforms/cc1352/crypto \
|
||||
-I$(PWD)/third_party/ti/devices/cc13x2_cc26x2 \
|
||||
-I$(PWD)/third_party/mbedtls \
|
||||
|
||||
@@ -52,7 +52,8 @@ configure_OPTIONS = \
|
||||
MBEDTLS_CPPFLAGS="$(CC2650_MBEDTLS_CPPFLAGS)" \
|
||||
$(NULL)
|
||||
|
||||
CC2650_MBEDTLS_CPPFLAGS = -DMBEDTLS_CONFIG_FILE='\"cc2650-mbedtls-config.h\"'
|
||||
CC2650_MBEDTLS_CPPFLAGS = -DMBEDTLS_CONFIG_FILE='\"mbedtls-config.h\"'
|
||||
CC2650_MBEDTLS_CPPFLAGS += -DMBEDTLS_USER_CONFIG_FILE='\"cc2650-mbedtls-config.h\"'
|
||||
CC2650_MBEDTLS_CPPFLAGS += -I$(PWD)/examples/platforms/cc2650/crypto
|
||||
CC2650_MBEDTLS_CPPFLAGS += -I$(PWD)/third_party/ti/devices/cc26x0
|
||||
CC2650_MBEDTLS_CPPFLAGS += -I$(PWD)/third_party/mbedtls
|
||||
|
||||
@@ -56,7 +56,8 @@ configure_OPTIONS = \
|
||||
DEFAULT_LOGGING ?= 1
|
||||
|
||||
CC2652_MBEDTLS_CPPFLAGS = \
|
||||
-DMBEDTLS_CONFIG_FILE='\"cc2652-mbedtls-config.h\"' \
|
||||
-DMBEDTLS_CONFIG_FILE='\"mbedtls-config.h\"' \
|
||||
-DMBEDTLS_USER_CONFIG_FILE='\"cc2652-mbedtls-config.h\"' \
|
||||
-I$(PWD)/examples/platforms/cc2652/crypto \
|
||||
-I$(PWD)/third_party/ti/devices/cc13x2_cc26x2 \
|
||||
-I$(PWD)/third_party/mbedtls \
|
||||
|
||||
@@ -56,7 +56,8 @@ configure_OPTIONS = \
|
||||
TopSourceDir := $(dir $(shell readlink $(firstword $(MAKEFILE_LIST))))..
|
||||
AbsTopSourceDir := $(dir $(realpath $(firstword $(MAKEFILE_LIST))))..
|
||||
|
||||
DA15000_MBEDTLS_CPPFLAGS = -DMBEDTLS_CONFIG_FILE='\"da15000-mbedtls-config.h\"'
|
||||
DA15000_MBEDTLS_CPPFLAGS = -DMBEDTLS_CONFIG_FILE='\"mbedtls-config.h\"'
|
||||
DA15000_MBEDTLS_CPPFLAGS += -DMBEDTLS_USER_CONFIG_FILE='\"da15000-mbedtls-config.h\"'
|
||||
DA15000_MBEDTLS_CPPFLAGS += -I$(PWD)/examples/platforms/da15000/crypto
|
||||
DA15000_MBEDTLS_CPPFLAGS += -I$(PWD)/third_party/dialog/DialogSDK/bsp/include
|
||||
DA15000_MBEDTLS_CPPFLAGS += -I$(PWD)/third_party/dialog/DialogSDK/bsp/peripherals/include
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Vendored
+64
-2661
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user