Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
fe0f3e36973f98ee924c597a6e05abe4271d6985
/
.
/
arch
/
riscv
/
cpu
/
fu540
/
Makefile
blob: 088205ef57e7698de573f3857397386a5ecb6d77 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0+
#
# Copyright (C) 2020 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