Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
fd31e4fd184f9c203d16efed465e4ddeca1a79eb
/
.
/
arch
/
riscv
/
cpu
/
fu540
/
Makefile
blob: 043fb961a51e99abfe6e8a976f9ee20cea74d6f0 [
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
endif