blob: f19445fbe7604a077700b6109de760a4445615a1 [file] [log] [blame]
Chandni Cherukuri86244742018-11-13 16:16:54 +05301#
2# Copyright (c) 2018, Arm Limited. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6
7PLAT_INCLUDES := -Iplat/arm/sgi/common/include/
8
9PLAT_SOURCES := drivers/arm/gic/arm_gic_v2v3.c \
10 drivers/arm/gic/gic_v2.c \
11 drivers/arm/gic/gic_v3.c \
12 drivers/arm/sp805/sp805.c \
13 drivers/arm/timer/private_timer.c \
14 drivers/arm/timer/system_timer.c \
15 plat/arm/sgi/common/${ARCH}/plat_helpers.S \
16 plat/arm/sgi/common/plat_setup.c \
17 plat/arm/sgi/common/sgi_mem_prot.c \
18 plat/arm/sgi/common/sgi_pwr_state.c
19
20include plat/arm/common/arm_common.mk
21
22ifeq (${USE_NVM},1)
23$(error "USE_NVM is not supported on SGI platforms")
24endif