Marek Vasut | d21f08b | 2017-10-09 21:08:10 +0200 | [diff] [blame] | 1 | # |
| 2 | # board/renesas/eagle/Makefile |
| 3 | # |
| 4 | # Copyright (C) 2015 Renesas Electronics Corporation |
| 5 | # |
| 6 | # SPDX-License-Identifier: GPL-2.0+ |
| 7 | # |
| 8 | |
Simon Glass | dac3ce9 | 2024-09-29 19:49:47 -0600 | [diff] [blame] | 9 | ifdef CONFIG_XPL_BUILD |
Marek Vasut | 5602330 | 2018-10-03 12:44:13 +0200 | [diff] [blame] | 10 | obj-y := ../rcar-common/gen3-spl.o |
| 11 | else |
Marek Vasut | b0866db | 2023-05-31 20:24:34 +0200 | [diff] [blame] | 12 | obj-y := ../rcar-common/v3-common.o ../rcar-common/common.o |
Marek Vasut | 5602330 | 2018-10-03 12:44:13 +0200 | [diff] [blame] | 13 | endif |