We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef22c59 commit e0b7d57Copy full SHA for e0b7d57
samples/boards/nordic/system_off/sysbuild.cmake
@@ -1,12 +1,6 @@
1
# Copyright (c) 2024 Nordic Semiconductor ASA
2
# SPDX-License-Identifier: Apache-2.0
3
4
-if("${SB_CONFIG_REMOTE_CORE_BOARD}" STREQUAL "")
5
- message(FATAL_ERROR
6
- "Target ${BOARD} not supported for this sample. "
7
- "There is no remote board selected in Kconfig.sysbuild")
8
-endif()
9
-
10
set(REMOTE_APP remote)
11
12
ExternalZephyrProject_Add(
0 commit comments