2021-03-15 22:24:05 +00:00
|
|
|
#
|
|
|
|
# board/silinux/ek874/Makefile
|
|
|
|
#
|
|
|
|
# Copyright (C) 2021 Renesas Electronics Corporation
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
#
|
|
|
|
|
2021-03-15 22:24:06 +00:00
|
|
|
ifdef CONFIG_SPL_BUILD
|
|
|
|
obj-y := ../../renesas/rcar-common/gen3-spl.o
|
|
|
|
else
|
2021-03-15 22:24:05 +00:00
|
|
|
obj-y := ek874.o ../../renesas/rcar-common/common.o
|
2021-03-15 22:24:06 +00:00
|
|
|
endif
|