From 3856a26a8bdf2340e5b36dfb47fa03dba299771b Mon Sep 17 00:00:00 2001 From: Jan Masek Date: Mon, 22 Sep 2025 09:35:09 +0200 Subject: [PATCH] eswifi: fix include path to use tls credentials Include path is missing when CONFIG_TLS_CREDENTIALS is set. Fixes #92243 Signed-off-by: Jan Masek --- drivers/wifi/eswifi/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/wifi/eswifi/CMakeLists.txt b/drivers/wifi/eswifi/CMakeLists.txt index 9b3dae623afa8..e25713177d869 100644 --- a/drivers/wifi/eswifi/CMakeLists.txt +++ b/drivers/wifi/eswifi/CMakeLists.txt @@ -8,6 +8,10 @@ if(CONFIG_WIFI_ESWIFI) ${ZEPHYR_BASE}/subsys/net/lib/sockets ) + zephyr_library_include_directories_ifdef(CONFIG_TLS_CREDENTIALS + ${ZEPHYR_BASE}/subsys/net/lib/tls_credentials + ) + zephyr_library_sources( eswifi_core.c eswifi_offload.c