Chandni Cherukuri | c6f0a5c | 2018-11-13 16:17:49 +0530 | [diff] [blame] | 1 | # |
2 | # Copyright (c) 2018, Arm Limited. All rights reserved. | ||||
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/board/sgi/sgi575/include/ | ||||
10 | |||||
11 | PLAT_SOURCES += plat/arm/board/sgi/sgi575/sgi575_topology.c | ||||
12 | |||||
13 | PLAT_TESTS_SKIP_LIST := plat/arm/board/sgi/sgi575/tests_to_skip.txt |