# # board/silinux/ek874/Makefile # # Copyright (C) 2021 Renesas Electronics Corporation # # SPDX-License-Identifier: GPL-2.0+ # ifdef CONFIG_XPL_BUILD obj-y := ../../renesas/common/gen3-spl.o else obj-y := ek874.o ../../renesas/common/gen3-common.o ../../renesas/common/rcar64-common.o endif