You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
364 B
15 lines
364 B
#
|
|
# Copyright (c) 2020, Arm Limited. All rights reserved.
|
|
#
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
#
|
|
|
|
# No support for extended PPI and SPI range
|
|
GIC_EXT_INTID := 0
|
|
|
|
GICV2_SOURCES += drivers/arm/gic/v2/gicv2_main.c \
|
|
drivers/arm/gic/v2/gicv2_helpers.c \
|
|
drivers/arm/gic/v2/gicdv2_helpers.c
|
|
|
|
# Set GICv2 build option
|
|
$(eval $(call add_define,GIC_EXT_INTID)) |