zephyr/modules/nrf_wifi/CMakeLists.txt
Bansidhar P.M 0aeb81d6b5 drivers: nrf_wifi: Restructure to carve out a new nrf70 bus lib
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>
2024-12-04 14:15:13 -05:00

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)