1# Copyright (c) 2023 EPAM Systems
2# SPDX-License-Identifier: Apache-2.0
3
4if BOARD_RCAR_H3ULCB
5
6config BUILD_OUTPUT_BIN
7	default y
8
9endif # BOARD_RCAR_H3ULCB
10