10 lines
173 B
CMake
10 lines
173 B
CMake
|
if(CONFIG_WIFI_WINC1500)
|
||
|
zephyr_include_directories(./)
|
||
|
|
||
|
zephyr_sources(
|
||
|
wifi_winc1500_nm_bsp.c
|
||
|
wifi_winc1500_nm_bus_wrapper.c
|
||
|
wifi_winc1500.c
|
||
|
)
|
||
|
endif()
|