mirror of
https://xff.cz/git/u-boot/
synced 2025-10-07 19:24:52 +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
|