Sandrine Bailleux | 2b00132 | 2018-12-10 13:51:32 +0100 | [diff] [blame] | 1 | # |
Shriram K | 4bd6db7 | 2022-09-18 22:19:54 +0530 | [diff] [blame] | 2 | # Copyright (c) 2018-2022, Arm Limited. All rights reserved. |
Sandrine Bailleux | 2b00132 | 2018-12-10 13:51:32 +0100 | [diff] [blame] | 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
| 6 | |
| 7 | include plat/arm/sgi/common/sgi_common.mk |
| 8 | |
| 9 | PLAT_INCLUDES += -Iplat/arm/sgi/sgi575/include/ |
| 10 | |
| 11 | PLAT_SOURCES += plat/arm/sgi/sgi575/sgi575_topology.c |
| 12 | |
| 13 | PLAT_TESTS_SKIP_LIST := plat/arm/sgi/sgi575/tests_to_skip.txt |
Shriram K | 4bd6db7 | 2022-09-18 22:19:54 +0530 | [diff] [blame] | 14 | |
| 15 | ifdef CSS_SGI_PLATFORM_VARIANT |
| 16 | $(error "CSS_SGI_PLATFORM_VARIANT should not be set for SGI-575, \ |
| 17 | currently set to ${CSS_SGI_PLATFORM_VARIANT}.") |
| 18 | endif |