blob: cb965cde35f6054dfc182aafcc1a779d87be0391 [file] [log] [blame]
Marek Vasutb700f032019-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
Simon Glass49c24a82024-09-29 19:49:47 -06009ifdef CONFIG_XPL_BUILD
Marek Vasutb700f032019-07-29 19:59:44 +020010obj-y := ../rcar-common/gen3-spl.o
11else
Marek Vasut9c6ad452023-05-31 20:33:04 +020012obj-y := ../rcar-common/common.o
Marek Vasutb700f032019-07-29 19:59:44 +020013endif