Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
9f3610307acfc91b9c07c1d194cb406d394fe597
/
.
/
arch
/
riscv
/
cpu
/
fu740
/
Makefile
blob: 1d1ad98ba7c68a1d75226a2843bccc1c5e61d198 [
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
endif