Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
47f365279fb4caf2f697447dd1fa2a5de298f9d2
/
.
/
arch
/
riscv
/
cpu
/
fu540
/
Makefile
blob: 69759c55658f018420e4bc944b07bf6c70dd8d4f [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0+
#
# Copyright (C) 2020 SiFive, Inc
# Pragnesh Patel <pragnesh.patel@sifive.com>
ifeq
(
$
(
CONFIG_XPL_BUILD
),
y
)
obj
-
y
+=
spl
.
o
else
obj
-
y
+=
dram
.
o
obj
-
y
+=
cpu
.
o
endif