summaryrefslogtreecommitdiffstats
path: root/crypto/chacha/build.info
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/chacha/build.info')
-rw-r--r--crypto/chacha/build.info4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/chacha/build.info b/crypto/chacha/build.info
index 3469bf606d..2fc807b065 100644
--- a/crypto/chacha/build.info
+++ b/crypto/chacha/build.info
@@ -5,7 +5,7 @@ IF[{- !$disabled{asm} -}]
$CHACHAASM_x86=chacha-x86.S
$CHACHAASM_x86_64=chacha-x86_64.s
- $CHACHAASM_ia64=chacha-ia64.s
+ $CHACHAASM_ia64=chacha-ia64.S
$CHACHAASM_s390x=chacha-s390x.S
@@ -39,4 +39,4 @@ INCLUDE[chacha-armv8-sve.o]=..
INCLUDE[chacha-s390x.o]=..
GENERATE[chacha-c64xplus.S]=asm/chacha-c64xplus.pl
GENERATE[chacha-s390x.S]=asm/chacha-s390x.pl
-GENERATE[chacha-ia64.s]=asm/chacha-ia64.pl
+GENERATE[chacha-ia64.S]=asm/chacha-ia64.pl