Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
dac3ce976a9b06be5aadbd857c4b64a8c521c6d4
/
.
/
board
/
st
/
stm32mp1
/
Makefile
blob: 5e39b7b189f0a4532d1f018da914915a4292d38e [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
#
# Copyright (C) 2018, STMicroelectronics - All Rights Reserved
#
ifdef CONFIG_XPL_BUILD
obj
-
y
+=
spl
.
o
else
obj
-
y
+=
stm32mp1
.
o
endif
obj
-
$
(
CONFIG_DEBUG_UART_BOARD_INIT
)
+=
debug_uart
.
o