TF-A GICv2 driver: Introduce makefile
This patch moves all GICv2 driver files into new added
'gicv2.mk' makefile for the benefit of the generic driver
which can evolve in the future without affecting platforms.

NOTE: Usage of 'drivers/arm/gic/common/gic_common.c' file
is now deprecated and platforms with GICv2 driver need to
be modified to include 'drivers/arm/gic/v2/gicv2.mk' in
their makefiles.

Change-Id: Ib10e71bdda0e5c7e80a049ddce2de1dd839602d1
Signed-off-by: Alexei Fedorov <Alexei.Fedorov@arm.com>
1 parent 7050193 commit 1322dc94f7064652f33c7374cdd44be1b40d7d39
@Alexei Fedorov Alexei Fedorov authored on 14 Jul 2020
Showing 9 changed files
View
drivers/arm/gic/common/gic_common.c
View
drivers/arm/gic/v2/gicdv2_helpers.c 0 → 100644
View
drivers/arm/gic/v2/gicv2.mk 0 → 100644
View
plat/arm/board/a5ds/platform.mk
View
plat/arm/board/corstone700/platform.mk
View
plat/arm/board/fvp/platform.mk
View
plat/arm/board/fvp_ve/platform.mk
View
plat/arm/board/juno/platform.mk
View
plat/nvidia/tegra/common/tegra_common.mk