1# SPDX-License-Identifier: Apache-2.0 2if(CONFIG_BOARD_RCAR_SPIDER_S4_R8A779F0_R52) 3 board_runner_args(openocd "--use-elf") 4 include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake) 5endif() 6