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