Skip to content

Commit f7a2eb9

Browse files
joelguittetnashif
authored andcommitted
eswifi: fix include path to use tls credentials
Include path is missing when CONFIG_TLS_CREDENTIALS is set. Fixes #92243 Signed-off-by: Joel Guittet <[email protected]>
1 parent 018d91a commit f7a2eb9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/wifi/eswifi/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ if(CONFIG_WIFI_ESWIFI)
88
${ZEPHYR_BASE}/subsys/net/lib/sockets
99
)
1010

11+
zephyr_library_include_directories_ifdef(CONFIG_TLS_CREDENTIALS
12+
${ZEPHYR_BASE}/subsys/net/lib/tls_credentials
13+
)
14+
1115
zephyr_library_sources(
1216
eswifi_core.c
1317
eswifi_offload.c

0 commit comments

Comments
 (0)