blob: 8859cf902ca0f32013c769112f231ebfaf525185 [file] [log] [blame]
Marek Vasut3ef6d082017-10-08 20:41:18 +02001#
2# board/renesas/draak/Makefile
3#
4# Copyright (C) 2015 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 Vasute39fa7d2018-10-03 12:44:13 +020010obj-y := ../rcar-common/gen3-spl.o
11else
Marek Vasut276a1d82019-05-19 23:25:16 +020012obj-y := draak.o ../rcar-common/common.o
Marek Vasute39fa7d2018-10-03 12:44:13 +020013endif