blob: 19e6038430b9d85ac5ba2a708ab0214ce96feeea [file] [log] [blame]
Marek Vasut3ebb9192019-07-29 19:59:44 +02001#
2# board/renesas/condor/Makefile
3#
4# Copyright (C) 2019 Renesas Electronics Corporation
5#
6# SPDX-License-Identifier: GPL-2.0+
7#
8
9ifdef 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 Vasut3ebb9192019-07-29 19:59:44 +020013endif