blob: c4ba3dd1705d6018459457a7941dd1900e3705d8 [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
if(CONFIG_WIFI_SIMPLELINK)
zephyr_include_directories(
.
$ENV{ZEPHYR_BASE}/ext/hal/ti/simplelink/kernel/zephyr/dpl
$ENV{ZEPHYR_BASE}/ext/hal/ti/simplelink/source
$ENV{ZEPHYR_BASE}/ext/hal/ti/simplelink/source/ti/drivers/net/wifi/porting
$ENV{ZEPHYR_BASE}/subsys/net/lib/tls_credentials
)
zephyr_sources(
simplelink_support.c
simplelink.c
)
endif()
zephyr_sources_ifdef(CONFIG_NET_SOCKETS_OFFLOAD simplelink_sockets.c)