blob: 9fb6a7c0f0ab7f166d4ff54348ac21b4ce12aea8 [file] [log] [blame]
Marek Vasutb47bc372017-10-09 21:08:10 +02001#
2# board/renesas/eagle/Makefile
3#
4# Copyright (C) 2015 Renesas Electronics Corporation
5#
6# SPDX-License-Identifier: GPL-2.0+
7#
8
Marek Vasute39fa7d2018-10-03 12:44:13 +02009ifdef CONFIG_SPL_BUILD
10obj-y := ../rcar-common/gen3-spl.o
11else
Marek Vasut5c30cf82023-05-31 20:24:34 +020012obj-y := ../rcar-common/v3-common.o ../rcar-common/common.o
Marek Vasute39fa7d2018-10-03 12:44:13 +020013endif