Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
188179481d4ce286fd7f4f59777272e4c65b789b
/
.
/
arch
/
arm
/
mach-uniphier
/
arm32
/
Makefile
blob: 376c06b59758f554aac38f21e41e2749c5f0c8cf [
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
endif
obj
-
y
+=
timer
.
o