Merge "chore(npcm845x): remove pauth_helpers.S additions in platform makefile" into integration

This commit is contained in:
Madhukar Pappireddy 2023-08-28 17:32:51 +02:00 committed by TrustedFirmware Code Review
commit 416bb73f6d

View file

@ -299,8 +299,7 @@ endif
# Pointer Authentication sources
ifeq (${ENABLE_PAUTH}, 1)
PLAT_BL_COMMON_SOURCES += plat/arm/common/aarch64/arm_pauth.c \
lib/extensions/pauth/pauth_helpers.S
PLAT_BL_COMMON_SOURCES += plat/arm/common/aarch64/arm_pauth.c
endif
ifeq (${SPD},spmd)