Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
db99287f535b0dbab0ac579f923e49d1b7efd64b
/
.
/
drivers
/
wifi
/
winc1500
/
CMakeLists.txt
blob: a3a8ae518f89e71742bc4c50f361121e95f1cf6f [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: Apache-2.0
if(CONFIG_WIFI_WINC1500)
zephyr_include_directories(./)
zephyr_sources(
wifi_winc1500_nm_bsp.c
wifi_winc1500_nm_bus_wrapper.c
wifi_winc1500.c
)
endif()