blob: f4d24c68a67238082d4c1c2d5075d1165558515d [file] [log] [blame]
Marek Vasutbd390502017-07-21 23:15:21 +02001#
2# board/renesas/ulcb/Makefile
3#
4# Copyright (C) 2017 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 Vasut6ef540d2019-05-19 23:25:16 +020012obj-y := ulcb.o cpld.o ../rcar-common/common.o
Marek Vasut56023302018-10-03 12:44:13 +020013endif