1# 2# Copyright (c) 2016, ARM Limited and Contributors. All rights reserved. 3# 4# SPDX-License-Identifier: BSD-3-Clause 5# 6 7# SP MIN source files common to ARM standard platforms 8BL32_SOURCES += plat/arm/common/arm_pm.c \ 9 plat/arm/common/arm_topology.c \ 10 plat/arm/common/sp_min/arm_sp_min_setup.c \ 11 plat/common/aarch32/platform_mp_stack.S \ 12 plat/common/plat_psci_common.c 13 14