mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-19 21:51:25 +02:00
Add board code for the Renesas R8A779H0 V4M Gray Hawk board. Signed-off-by: Hai Pham <hai.pham.ud@renesas.com>
10 lines
170 B
Makefile
10 lines
170 B
Makefile
#
|
|
# board/renesas/grayhawk/Makefile
|
|
#
|
|
# Copyright (C) 2023 Renesas Electronics Corp.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y := grayhawk.o ../rcar-common/common.o
|