2019-04-06 21:08:09 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2018-07-12 08:01:10 +08:00
|
|
|
if(CONFIG_WIFI_SIMPLELINK)
|
2021-08-05 05:25:37 +08:00
|
|
|
zephyr_library_include_directories(
|
2020-02-12 22:42:09 +08:00
|
|
|
${ZEPHYR_BASE}/subsys/net/lib/tls_credentials
|
2018-07-12 08:01:10 +08:00
|
|
|
)
|
2021-08-05 05:25:37 +08:00
|
|
|
zephyr_library_sources(
|
2018-07-12 08:01:10 +08:00
|
|
|
simplelink_support.c
|
|
|
|
simplelink.c
|
|
|
|
)
|
|
|
|
endif()
|
2021-08-05 05:25:37 +08:00
|
|
|
zephyr_library_sources_ifdef(CONFIG_NET_SOCKETS_OFFLOAD simplelink_sockets.c)
|