We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 139ce48 commit f7dc9f8Copy full SHA for f7dc9f8
drivers/wifi/nrf_wifi/CMakeLists.txt
@@ -6,8 +6,8 @@
6
7
zephyr_library_named(nrf_wifi)
8
9
-set(OS_AGNOSTIC_BASE ${ZEPHYR_HAL_NORDIC_MODULE_DIR}/drivers/nrf_wifi)
10
-set(FW_BINS_BASE ${ZEPHYR_HAL_NORDIC_MODULE_DIR}/zephyr/blobs/wifi_fw_bins)
+set(OS_AGNOSTIC_BASE ${ZEPHYR_NRF_WIFI_MODULE_DIR})
+set(FW_BINS_BASE ${ZEPHYR_NRF_WIFI_MODULE_DIR}/zephyr/blobs/wifi_fw_bins)
11
12
zephyr_include_directories(
13
inc
0 commit comments