Merge "doc: Migrate to Linaro release 19.06" into integration
[project/bcm63xx/atf.git] / bl2u / bl2u.mk
1 #
2 # Copyright (c) 2015-2017, ARM Limited and Contributors. All rights reserved.
3 #
4 # SPDX-License-Identifier: BSD-3-Clause
5 #
6
7 BL2U_SOURCES += bl2u/bl2u_main.c \
8 bl2u/${ARCH}/bl2u_entrypoint.S \
9 plat/common/${ARCH}/platform_up_stack.S
10
11 ifeq (${ARCH},aarch64)
12 BL2U_SOURCES += common/aarch64/early_exceptions.S
13 endif
14
15 BL2U_LINKERFILE := bl2u/bl2u.ld.S