blob: 2c45bd74014ebd8671f6330bebb0bb0461839b67 [file] [log] [blame]
Nobuhiro Iwamatsu7e405632014-11-06 15:39:28 +09001#
Marek Vasut2d6dabc2018-04-23 20:24:10 +02002# board/renesas/gose/Makefile
Nobuhiro Iwamatsu7e405632014-11-06 15:39:28 +09003#
4# Copyright (C) 2014 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 Vasut2d6dabc2018-04-23 20:24:10 +020010obj-y := gose_spl.o
11else
12obj-y := gose.o qos.o
13endif