Home | History | Annotate | Download | only in common
      1 #
      2 # Copyright (c) 2015, ARM Limited and Contributors. All rights reserved.
      3 #
      4 # SPDX-License-Identifier: BSD-3-Clause
      5 #
      6 
      7 PLAT_INCLUDES		+=	-Iinclude/plat/arm/soc/common/
      8 
      9 #PLAT_BL_COMMON_SOURCES	+=
     10 
     11 BL1_SOURCES		+=	plat/arm/soc/common/soc_css_security.c
     12 
     13 BL2_SOURCES		+=	plat/arm/soc/common/soc_css_security.c
     14 
     15 BL2U_SOURCES		+=	plat/arm/soc/common/soc_css_security.c
     16 
     17 BL31_SOURCES		+=	plat/arm/soc/common/soc_css_security.c
     18