aboutsummaryrefslogtreecommitdiffstats
path: root/plat/arm/common/sp_min/arm_sp_min.mk
blob: e6792ca59f60a8ff3e3939b5e70eb98063965653 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# Copyright (c) 2016, ARM Limited and Contributors. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#

# SP MIN source files common to ARM standard platforms
BL32_SOURCES		+=	plat/arm/common/arm_pm.c			\
				plat/arm/common/arm_topology.c			\
				plat/arm/common/sp_min/arm_sp_min_setup.c	\
				plat/common/aarch32/platform_mp_stack.S		\
				plat/common/plat_psci_common.c