diff options
author | rus084 <rus084@yandex-team.com> | 2024-06-14 18:01:45 +0300 |
---|---|---|
committer | rus084 <rus084@yandex-team.com> | 2024-06-14 18:22:05 +0300 |
commit | fd33e755c04c022a3ead563a1815119aa45f67b7 (patch) | |
tree | 92a83e4b3fd98ce0d67f992aca7a3445d339fd62 | |
parent | 5cf7770efe2b53157fa2e86d7ddaeb2c1c7980e2 (diff) | |
download | ydb-fd33e755c04c022a3ead563a1815119aa45f67b7.tar.gz |
[contrib] import openthread for linux platform
a7cbcf6aba701cfdfb6d478a27e8d48da1c5d72f
-rw-r--r-- | build/sysincl/macro.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build/sysincl/macro.yml b/build/sysincl/macro.yml index 19e4a7be73..4d4be385b6 100644 --- a/build/sysincl/macro.yml +++ b/build/sysincl/macro.yml @@ -1222,3 +1222,8 @@ - YOTTA_CFG_MBEDTLS_TARGET_CONFIG_FILE - YOTTA_CFG_MBEDTLS_USER_CONFIG_FILE - xstr(MQTTCLIENT_PLATFORM_HEADER) + +- source_filter: "^contrib/libs/openthread" + includes: + - MBEDTLS_CONFIG_FILE: contrib/libs/openthread/third_party/mbedtls/openthread-mbedtls-config.h + - OPENTHREAD_CONFIG_FILE |