Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
b8807c8c4065fd9bc686a5c03042e9c5d7af3ec9
/
.
/
arch
/
mips
/
mach-mtmips
/
mt7621
/
Makefile
blob: f48083e3559b4d57e2771eb54417928517025577 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0
obj
-
y
+=
init
.
o
obj
-
y
+=
serial
.
o
ifeq
(
$
(
CONFIG_XPL_BUILD
),
y
)
ifeq
(
$
(
CONFIG_TPL_BUILD
),
y
)
obj
-
y
+=
tpl
/
else
obj
-
y
+=
spl
/
endif
obj
-
y
+=
sram_init
.
o
endif