From e870f73e65263489554c8d7a17577fa6e789a09b Mon Sep 17 00:00:00 2001 From: Ravi Dondaputi Date: Mon, 27 Jan 2025 17:49:22 +0530 Subject: [PATCH] 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 --- subsys/net/lib/nrf70_fw_ext/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subsys/net/lib/nrf70_fw_ext/CMakeLists.txt b/subsys/net/lib/nrf70_fw_ext/CMakeLists.txt index 3a9d43bdaf5b..fa4029208539 100644 --- a/subsys/net/lib/nrf70_fw_ext/CMakeLists.txt +++ b/subsys/net/lib/nrf70_fw_ext/CMakeLists.txt @@ -4,7 +4,7 @@ # SPDX-License-Identifier: LicenseRef-Nordic-5-Clause # -if(CONFIG_NRF_WIFI_BUILD_ONLY_MODE) +if(CONFIG_BUILD_ONLY_NO_BLOBS) return() endif()