Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
2c2395d4a4bfd7261c920b0b1e4ffc2350b57c63
/
.
/
arch
/
arm
/
mach-uniphier
/
arm32
/
Makefile
blob: b41aba7e29a0c0a18bfabdd3686553d53154c08d [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0+
ifdef CONFIG_SPL_BUILD
obj
-
y
+=
lowlevel_init
.
o
obj
-
$
(
CONFIG_DEBUG_LL
)
+=
debug_ll
.
o
else
obj
-
y
+=
late_lowlevel_init
.
o
obj
-
y
+=
cache
-
uniphier
.
o
obj
-
$
(
CONFIG_ARMV7_PSCI
)
+=
psci
.
o psci_smp
.
o
endif