mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
b0866db2dc
Pull common board initialization code from V3M Eagle board into rcar-common/v3-common.c so it can be re-used by other V3M/V3H boards. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
13 lines
258 B
Makefile
13 lines
258 B
Makefile
#
|
|
# board/renesas/eagle/Makefile
|
|
#
|
|
# Copyright (C) 2015 Renesas Electronics Corporation
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
ifdef CONFIG_SPL_BUILD
|
|
obj-y := ../rcar-common/gen3-spl.o
|
|
else
|
|
obj-y := ../rcar-common/v3-common.o ../rcar-common/common.o
|
|
endif
|