soc_css.mk 423 Bytes
Newer Older
1
2
3
#
# Copyright (c) 2015, ARM Limited and Contributors. All rights reserved.
#
dp-arm's avatar
dp-arm committed
4
# SPDX-License-Identifier: BSD-3-Clause
5
6
7
8
9
10
#

PLAT_INCLUDES		+=	-Iinclude/plat/arm/soc/common/

#PLAT_BL_COMMON_SOURCES	+=

11
BL1_SOURCES		+=	plat/arm/soc/common/soc_css_security.c
12
13
14

BL2_SOURCES		+=	plat/arm/soc/common/soc_css_security.c

15
16
BL2U_SOURCES		+=	plat/arm/soc/common/soc_css_security.c

17
BL31_SOURCES		+=	plat/arm/soc/common/soc_css_security.c