blob: 283d3a4ae360534f4bc40f84d46fa12f192ede29 [file] [log] [blame]
Marek Vasut2a46a0b2018-04-26 13:31:39 +02001#
2# board/renesas/ebisu/Makefile
3#
4# Copyright (C) 2018 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 Vasut9c6ad452023-05-31 20:33:04 +020012obj-y := ../rcar-common/common.o
Marek Vasute39fa7d2018-10-03 12:44:13 +020013endif