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 specific to FVP platform 8BL32_SOURCES += plat/arm/board/fvp/aarch32/fvp_helpers.S \ 9 plat/arm/board/fvp/drivers/pwrc/fvp_pwrc.c \ 10 plat/arm/board/fvp/fvp_pm.c \ 11 plat/arm/board/fvp/fvp_topology.c \ 12 plat/arm/board/fvp/sp_min/fvp_sp_min_setup.c \ 13 ${FVP_CPU_LIBS} \ 14 ${FVP_GIC_SOURCES} \ 15 ${FVP_INTERCONNECT_SOURCES} \ 16 ${FVP_SECURITY_SOURCES} 17 18include plat/arm/common/sp_min/arm_sp_min.mk 19