Skip to content

Commit 514167e

Browse files
krish2718rlubos
authored andcommitted
[nrf fromlist] modules: nrf_wifi: Fix the directory variable
During cherry-pick the directory wasn't renamed. Upstream PR #: 82335 Signed-off-by: Chaitanya Tata <[email protected]>
1 parent f7d81fe commit 514167e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/nrf_wifi/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ zephyr_library_sources_ifdef(CONFIG_NRF70_STA_MODE
161161
)
162162

163163
zephyr_library_sources_ifdef(CONFIG_NRF70_PROMISC_DATA_RX
164-
${OS_AGNOSTIC_BASE}/fw_if/umac_if/src/fmac_promisc.c
164+
${NRF_WIFI_DIR}/fw_if/umac_if/src/fmac_promisc.c
165165
)
166166

167167
zephyr_library_sources_ifdef(CONFIG_NRF70_AP_MODE

0 commit comments

Comments
 (0)