mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 14:22:33 +00:00
Place simplelink driver files into a subdirectory on par with winc1500 subdirectory, to effect a better file organization. No functional change in this patch. Signed-off-by: Gil Pitney <gil.pitney@linaro.org>
3 lines
112 B
CMake
3 lines
112 B
CMake
add_subdirectory_ifdef(CONFIG_WIFI_WINC1500 winc1500)
|
|
add_subdirectory_ifdef(CONFIG_WIFI_SIMPLELINK simplelink)
|