aboutsummaryrefslogtreecommitdiff
path: root/plat/arm/sgi/sgi575/platform.mk
blob: 7c8194fe540713dff96b3a95f0a5bef420ee89ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# Copyright (c) 2018-2022, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#

include plat/arm/sgi/common/sgi_common.mk

PLAT_INCLUDES		+=	-Iplat/arm/sgi/sgi575/include/

PLAT_SOURCES		+=	plat/arm/sgi/sgi575/sgi575_topology.c

PLAT_TESTS_SKIP_LIST	:=	plat/arm/sgi/sgi575/tests_to_skip.txt

ifdef CSS_SGI_PLATFORM_VARIANT
$(error "CSS_SGI_PLATFORM_VARIANT should not be set for SGI-575, \
    currently set to ${CSS_SGI_PLATFORM_VARIANT}.")
endif