13 lines
318 B
Makefile
13 lines
318 B
Makefile
#
|
|
# Copyright (c) 2014-2019, ARM Limited and Contributors. All rights reserved.
|
|
#
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
#
|
|
|
|
BL32_SOURCES += plat/arm/board/juno/juno_topology.c \
|
|
plat/arm/css/common/css_topology.c \
|
|
${JUNO_GIC_SOURCES} \
|
|
${JUNO_SECURITY_SOURCES}
|
|
|
|
include plat/arm/common/tsp/arm_tsp.mk
|