The nrf wifi drivers include code related to qspi/spi bus. This work moves bus related files to a new nrf70 bus library which is now independent of the core driver and facilitlates building applications directly using the bus APIs, agnostic to enabling wifi configs. Signed-off-by: Bansidhar P.M <bansidhar.mangalwedhekar@nordicsemi.no>
6 lines
136 B
CMake
6 lines
136 B
CMake
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
add_subdirectory_ifdef(CONFIG_WIFI_NRF70 os)
|
|
add_subdirectory_ifdef(CONFIG_NRF70_BUSLIB bus)
|