Skip to content

Commit da26d02

Browse files
krish2718kartben
authored andcommitted
nrf_wifi: Move shim files from driver to module
The shim files should be part of the Zephyr module directory within Zephyr, as they are coupled with the module implementation which os OS agnostic. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent 459f972 commit da26d02

File tree

8 files changed

+6
-3
lines changed

8 files changed

+6
-3
lines changed

drivers/wifi/nrf_wifi/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ zephyr_library_sources_ifdef(CONFIG_NRF70_SR_COEX
2525
)
2626

2727
zephyr_library_sources(
28-
src/shim.c
29-
src/work.c
30-
src/timer.c
3128
src/qspi/src/device.c
3229
src/qspi/src/rpu_hw_if.c
3330
src/qspi/src/ficr_prog.c

modules/nrf_wifi/CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,4 +167,10 @@ zephyr_library_sources_ifdef(CONFIG_NRF70_STA_MODE
167167
${NRF_WIFI_DIR}/fw_if/umac_if/src/fmac_util.c
168168
)
169169

170+
zephyr_library_sources(
171+
shim.c
172+
timer.c
173+
work.c
174+
)
175+
170176
target_link_libraries(zephyr_interface INTERFACE nrf-wifi-interface)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)