Skip to content

Commit c5d8a08

Browse files
committed
Allow any board
Signed-off-by: Chaitanya Tata <[email protected]>
1 parent 8581364 commit c5d8a08

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

samples/subsys/ipc/ipc_service/icmsg/CMakeLists.txt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,7 @@ cmake_minimum_required(VERSION 3.20.0)
88

99
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
1010

11-
if(NOT CONFIG_BOARD_NRF5340DK_NRF5340_CPUAPP AND
12-
NOT CONFIG_BOARD_NRF5340BSIM_NRF5340_CPUAPP AND
13-
NOT CONFIG_BOARD_STM32H747I_DISCO AND
14-
NOT CONFIG_BOARD_NRF54L15DK_NRF54L15_CPUAPP)
15-
message(FATAL_ERROR "${BOARD} is not supported for this sample")
16-
endif()
11+
1712

1813
project(ipc_service_host)
1914

0 commit comments

Comments
 (0)