blob: 3dbe2a2807f2db83c705958472e41ec2d446b7cc [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
if(CONFIG_WIFI_SIMPLELINK)
zephyr_library_include_directories(
${ZEPHYR_BASE}/subsys/net/lib/tls_credentials
${ZEPHYR_BASE}/subsys/net/lib/sockets
)
zephyr_library_sources(
simplelink_support.c
simplelink.c
)
endif()
zephyr_library_sources_ifdef(CONFIG_NET_SOCKETS_OFFLOAD simplelink_sockets.c)