Nariman Poushin | 0ece80f | 2018-02-26 06:52:04 +0000 | [diff] [blame] | 1 | # |
| 2 | # Copyright (c) 2018, ARM Limited and Contributors. All rights reserved. |
| 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
| 6 | |
| 7 | include plat/arm/css/sgi/sgi-common.mk |
Roberto Vargas | b96ee4b | 2018-08-06 13:35:31 +0100 | [diff] [blame] | 8 | |
| 9 | BL2_SOURCES += lib/utils/mem_region.c \ |
| 10 | plat/arm/common/arm_nor_psci_mem_protect.c |
| 11 | |
| 12 | BL31_SOURCES += lib/utils/mem_region.c \ |
| 13 | plat/arm/board/common/drivers/norflash/norflash.c \ |
| 14 | plat/arm/common/arm_nor_psci_mem_protect.c |