1# 2# board/renesas/draak/Makefile 3# 4# Copyright (C) 2015 Renesas Electronics Corporation 5# 6# SPDX-License-Identifier: GPL-2.0+ 7# 8 9ifdef CONFIG_SPL_BUILD 10obj-y := ../rcar-common/gen3-spl.o 11else 12obj-y := draak.o ../rcar-common/common.o 13endif 14