This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
7960f79134
zephyr
/
drivers
/
wifi
/
CMakeLists.txt
2 lines
54 B
CMake
Raw
Normal View
History
Unescape
Escape
drivers/wifi: Move all winc1500 related code to its own directory There will be other drivers, and mixing up all these files together will create a mess so better having a dedicated place for winc1500, at least. Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2018-03-20 18:18:53 +08:00
add_subdirectory_ifdef
(
CONFIG_WIFI_WINC1500
winc1500
)