1# Copyright 2025 NXP
2# SPDX-License-Identifier: Apache-2.0
3
4set(TARGET "${BOARD}${BOARD_QUALIFIERS}")
5
6if(${TARGET} STREQUAL "mimxrt685_evk/mimxrt685s/cm33")
7  set(REMOTE_BOARD "mimxrt685_evk/mimxrt685s/hifi4")
8elseif(${TARGET} STREQUAL "mimxrt700_evk/mimxrt798s/cm33_cpu0")
9  set(REMOTE_BOARD "mimxrt700_evk/mimxrt798s/hifi4")
10else()
11  message(FATAL_ERROR "This example is not supported on the selected board.")
12endif()
13