blob: 956ce8a90fae5525111e71ba3467e573c3963879 [file] [log] [blame]
Marek Vasut63e22512018-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
Marek Vasut56023302018-10-03 12:44:13 +02009ifdef CONFIG_SPL_BUILD
10obj-y := ../rcar-common/gen3-spl.o
11else
Marek Vasut9fddd362023-05-31 20:33:04 +020012obj-y := ../rcar-common/common.o
Marek Vasut56023302018-10-03 12:44:13 +020013endif