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