mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 14:14:32 +00:00
9e346340d7
Enable building SPL for EK874 board which is based on R8A774C0 SoC. Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Reviewed-by: Biju Das <biju.das.jz@bp.renesas.com>
13 lines
261 B
Makefile
13 lines
261 B
Makefile
#
|
|
# board/silinux/ek874/Makefile
|
|
#
|
|
# Copyright (C) 2021 Renesas Electronics Corporation
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
ifdef CONFIG_SPL_BUILD
|
|
obj-y := ../../renesas/rcar-common/gen3-spl.o
|
|
else
|
|
obj-y := ek874.o ../../renesas/rcar-common/common.o
|
|
endif
|