blob: 98164b5ea293f493e6511280522ba95452a90de2 [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
Simon Glass49c24a82024-09-29 19:49:47 -06009ifdef CONFIG_XPL_BUILD
Marek Vasute39fa7d2018-10-03 12:44:13 +020010obj-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