blob: cf6d566a9bb63f811bc823347f250c7c15967bbb [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
9ifdef CONFIG_SPL_BUILD
10obj-y := ../rcar-common/gen3-spl.o
11else
12obj-y := condor.o ../rcar-common/common.o
13endif