aboutsummaryrefslogtreecommitdiff
path: root/plat/arm/fvp/platform.mk
diff options
context:
space:
mode:
Diffstat (limited to 'plat/arm/fvp/platform.mk')
-rw-r--r--plat/arm/fvp/platform.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/plat/arm/fvp/platform.mk b/plat/arm/fvp/platform.mk
index bf4075dd7..c014d6de7 100644
--- a/plat/arm/fvp/platform.mk
+++ b/plat/arm/fvp/platform.mk
@@ -23,10 +23,4 @@ CACTUS_SOURCES += plat/arm/fvp/${ARCH}/plat_helpers.S
# Firmware update is implemented on FVP.
FIRMWARE_UPDATE := 1
-ifeq (${ARCH},aarch64)
-# ARMv8.3 Pointer Authentication support files
-PLAT_SOURCES += lib/extensions/pauth/aarch64/pauth.c \
- lib/extensions/pauth/aarch64/pauth_helpers.S
-endif
-
include plat/arm/common/arm_common.mk