blob: fb506be4706c39d998b5deaa52f68713e0a6f7a3 [file] [log] [blame]
Nobuhiro Iwamatsufdf7c652016-04-01 03:51:36 +09001#
2# board/renesas/salvator-x/Makefile
3#
4# Copyright (C) 2015 Renesas Electronics Corporation
5#
6# SPDX-License-Identifier: GPL-2.0+
7#
8
Marek Vasute39fa7d2018-10-03 12:44:13 +02009ifdef CONFIG_SPL_BUILD
10obj-y := ../rcar-common/gen3-spl.o
11else
Marek Vasutf4f86992017-11-25 22:43:57 +010012obj-y := salvator-x.o
Marek Vasute39fa7d2018-10-03 12:44:13 +020013endif