Commit 33c91baf authored by Yann Gautier's avatar Yann Gautier
Browse files

stm32mp1: use newly introduced GICv2 makefile



Include the GICv2 makefile in STM32MP1 SP_min makefile, and use
${GICV2_SOURCES} instead of taking drivers/arm/gic files directly.

Change-Id: Ibcaed5b0bd17f6d8cf200e208c11cc10cd6d2ee5
Signed-off-by: default avatarYann Gautier <yann.gautier@st.com>
parent b693fbf4
...@@ -16,9 +16,9 @@ BL32_SOURCES += drivers/st/etzpc/etzpc.c \ ...@@ -16,9 +16,9 @@ BL32_SOURCES += drivers/st/etzpc/etzpc.c \
plat/st/stm32mp1/stm32mp1_topology.c plat/st/stm32mp1/stm32mp1_topology.c
# Generic GIC v2 # Generic GIC v2
BL32_SOURCES += drivers/arm/gic/common/gic_common.c \ include drivers/arm/gic/v2/gicv2.mk
drivers/arm/gic/v2/gicv2_helpers.c \
drivers/arm/gic/v2/gicv2_main.c \ BL32_SOURCES += ${GICV2_SOURCES} \
plat/common/plat_gicv2.c \ plat/common/plat_gicv2.c \
plat/st/stm32mp1/stm32mp1_gic.c plat/st/stm32mp1/stm32mp1_gic.c
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment