mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 10:04:26 +00:00
chore(npcm845x): remove pauth_helpers.S additions in platform makefile
Currently 'pauth_helpers.S' is added if pauth is enabled from main level makefile. Change-Id: I33800e280daea6dba6d11e2c494101b369cd8a0b Signed-off-by: Govindraj Raja <govindraj.raja@arm.com>
This commit is contained in:
parent
fde15ecf03
commit
450cbe11a9
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue