mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-15 00:54:22 +00:00
feat(handoff): add TL source files to BL1
Change-Id: Id9843ba0ccfb448cf17e09e0659b743741ae01ac Signed-off-by: Harrison Mutai <harrison.mutai@arm.com>
This commit is contained in:
parent
0646c9b293
commit
469b1d8412
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# Copyright (c) 2023, Arm Limited and Contributors. All rights reserved.
|
||||
# Copyright (c) 2023-2024, Arm Limited and Contributors. All rights reserved.
|
||||
#
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
#
|
||||
|
@ -15,6 +15,7 @@ TRANSFER_LIST_SOURCES += $(addprefix lib/transfer_list/, \
|
|||
|
||||
BL31_SOURCES += $(TRANSFER_LIST_SOURCES)
|
||||
BL2_SOURCES += $(TRANSFER_LIST_SOURCES)
|
||||
BL1_SOURCES += $(TRANSFER_LIST_SOURCES)
|
||||
|
||||
endif # TRANSFER_LIST
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue