Home
last modified time | relevance | path

Searched refs:MBEDTLS_PATH (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/scripts/
Dcommon.make3 ifndef MBEDTLS_PATH
4 MBEDTLS_PATH := ..
7 ifeq (,$(wildcard $(MBEDTLS_PATH)/framework/exported.make))
11 $(MBEDTLS_PATH)/framework/exported.make not found.
17 include $(MBEDTLS_PATH)/framework/exported.make
24 LOCAL_CFLAGS = $(WARNING_CFLAGS) -I$(MBEDTLS_TEST_PATH)/include -I$(MBEDTLS_PATH)/include -D_FILE_O…
25 LOCAL_CXXFLAGS = $(WARNING_CXXFLAGS) -I$(MBEDTLS_PATH)/include -I$(MBEDTLS_PATH)/tests/include -D_F…
27 -L$(MBEDTLS_PATH)/library \
32 include $(MBEDTLS_PATH)/3rdparty/Makefile.inc
36 MBEDLIBS=$(MBEDTLS_PATH)/library/libmbedcrypto.a $(MBEDTLS_PATH)/library/libmbedx509.a $(MBEDTLS_PA…
[all …]
/openthread-latest/third_party/mbedtls/repo/library/
DMakefile1 ifndef MBEDTLS_PATH
2 MBEDTLS_PATH := .. macro
12 ifeq (,$(wildcard $(MBEDTLS_PATH)/framework/exported.make))
16 $(MBEDTLS_PATH)/framework/exported.make not found.
22 include $(MBEDTLS_PATH)/framework/exported.make
/openthread-latest/third_party/mbedtls/repo/programs/fuzz/
DMakefile3 MBEDTLS_PATH := ../.. macro
/openthread-latest/third_party/mbedtls/repo/tests/
DMakefile211 libtestdriver1.a: export MBEDTLS_PATH := $(patsubst ../..//%,/%,../../$(MBEDTLS_PATH)) macro
/openthread-latest/third_party/mbedtls/repo/
DMakefile10 $(MBEDTLS_PATH)/framework/exported.make not found.