1# 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 11ifdef CONFIG_SPL_BUILD 12obj-y := stout_spl.o 13else 14obj-y := stout.o cpld.o qos.o 15endif 16