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