1 # 2 # board/renesas/koelsch/Makefile 3 # 4 # Copyright (C) 2013 Renesas Electronics Corporation 5 # 6 # SPDX-License-Identifier: GPL-2.0 7 # 8 9 ifdef CONFIG_SPL_BUILD 10 obj-y := koelsch_spl.o 11 else 12 obj-y := koelsch.o qos.o 13 endif 14