blob: b8875bb7b98a7e8afe71696e0b811b60905246ff [file] [log] [blame]
Vladimir Barinov21871132015-07-20 20:49:59 +03001#
2# board/renesas/stout/Makefile
3#
4# Copyright (C) 2015 Renesas Electronics Europe GmbH
5# Copyright (C) 2015 Renesas Electronics Corporation
6# Copyright (C) 2015 Cogent Embedded, Inc.
7#
8# SPDX-License-Identifier: GPL-2.0
9#
10
Marek Vasutec7113f2018-04-12 15:23:46 +020011ifdef CONFIG_SPL_BUILD
12obj-y := stout_spl.o
13else
14obj-y := stout.o cpld.o qos.o
15endif