Skip to content

Commit 7249318

Browse files
rado17anangl
authored andcommitted
net: lib: nrf70_fw_ext: Rectify the BUILD_ONLY flag name
The BUILD_ONLY flag name has been unified in upstream zephyr. Update the flags in downstream accordingly. Signed-off-by: Ravi Dondaputi <[email protected]>
1 parent 3988e23 commit 7249318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/net/lib/nrf70_fw_ext/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
#
66

7-
if(CONFIG_NRF_WIFI_BUILD_ONLY_MODE)
7+
if(CONFIG_BUILD_ONLY_NO_BLOBS)
88
return()
99
endif()
1010

0 commit comments

Comments
 (0)