aboutsummaryrefslogtreecommitdiff
path: root/plat/arm/soc/common/soc_css.mk
blob: e00946744a7b7e0deec231f6f987ea4b5ba73dc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# Copyright (c) 2015, ARM Limited and Contributors. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#

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

#PLAT_BL_COMMON_SOURCES	+=

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

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

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

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