Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
8a44fe69439438797b93b2e7dd70e1a8fad31519
/
.
/
arch
/
riscv
/
cpu
/
fu740
/
Makefile
blob: 5ef8ac18a717cc23b8a27d22a2bd7f1437cd8d96 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0+
#
# Copyright (C) 2020-2021 SiFive, Inc
# Pragnesh Patel <pragnesh.patel@sifive.com>
ifeq
(
$
(
CONFIG_SPL_BUILD
),
y
)
obj
-
y
+=
spl
.
o
else
obj
-
y
+=
dram
.
o
obj
-
y
+=
cpu
.
o
obj
-
y
+=
cache
.
o
endif