blob: 526629d7110fcb5de62a86bb88502cf68cd8bdac [file] [log] [blame]
# Copyright (c) 2022 Benjamin Björnsson <benjamin.bjornsson@gmail.com>.
# SPDX-License-Identifier: Apache-2.0
if(CONFIG_BOARD_ARDUINO_PORTENTA_H7_STM32H747XX_M7)
zephyr_library()
zephyr_library_sources(board.c)
endif()