1# 2# board/renesas/silk/Makefile 3# 4# Copyright (C) 2015 Renesas Electronics Corporation 5# Copyright (C) 2015 Cogent Embedded, Inc. 6# 7# SPDX-License-Identifier: GPL-2.0 8# 9 10ifdef CONFIG_SPL_BUILD 11obj-y := silk_spl.o 12else 13obj-y := silk.o qos.o 14endif 15