Lines Matching refs:openthread
29 set(OT_MBEDTLS_DEFAULT_CONFIG_FILE \"openthread-mbedtls-config.h\")
53 add_custom_command(OUTPUT openthread-mbedtls-config.h
60 ${SED_EXE} '/openthread-core-config\.h/d' >
61 openthread-mbedtls-config.h
66 add_custom_target(openthread-mbedtls-config
67 DEPENDS openthread-mbedtls-config.h)
69 add_dependencies(ot-config openthread-mbedtls-config)
70 add_dependencies(mbedtls openthread-mbedtls-config)
71 add_dependencies(mbedx509 openthread-mbedtls-config)
72 add_dependencies(mbedcrypto openthread-mbedtls-config)
74 configure_file(mbedtls-config.h openthread-mbedtls-config.h COPYONLY)