2019-04-06 21:08:09 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2018-03-20 18:18:53 +08:00
|
|
|
if(CONFIG_WIFI_WINC1500)
|
2022-03-15 01:29:52 +08:00
|
|
|
zephyr_include_directories(./)
|
2018-03-20 18:18:53 +08:00
|
|
|
|
2021-08-05 05:25:37 +08:00
|
|
|
zephyr_library_sources(
|
2018-03-20 18:18:53 +08:00
|
|
|
wifi_winc1500_nm_bsp.c
|
|
|
|
wifi_winc1500_nm_bus_wrapper.c
|
|
|
|
wifi_winc1500.c
|
|
|
|
)
|
|
|
|
endif()
|