Skip to content

Commit 4875978

Browse files
krish2718kartben
authored andcommitted
modules: nrf_wifi: Remove unnecessary check
The Zephyr base variable is not used below and also is deprecated and not needed to be set. Fixes #87950. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent e64cce9 commit 4875978

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

modules/nrf_wifi/bus/CMakeLists.txt

-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44
# SPDX-License-Identifier: Apache-2.0
55
#
66

7-
# Check if ZEPHYR_BASE is set
8-
if(NOT DEFINED ENV{ZEPHYR_BASE})
9-
message(FATAL_ERROR "ZEPHYR_BASE environment variable is not set. Please set it to the Zephyr base directory.")
10-
endif()
11-
127
set(NRF_WIFI_DIR ${ZEPHYR_CURRENT_MODULE_DIR})
138

149
if (CONFIG_NRF70_BUSLIB)

0 commit comments

Comments
 (0)