File tree 3 files changed +6
-0
lines changed
deps/openssl/openssl/crypto
3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ GENERATE[chacha-armv4.S]=asm/chacha-armv4.pl $(PERLASM_SCHEME)
9
9
INCLUDE[chacha-armv4.o]=..
10
10
GENERATE[chacha-armv8.S]=asm/chacha-armv8.pl $(PERLASM_SCHEME)
11
11
INCLUDE[chacha-armv8.o]=..
12
+ GENERATE[chacha-s390x.S]=asm/chacha-s390x.pl $(PERLASM_SCHEME)
13
+ INCLUDE[chacha-s390x.o]=..
12
14
13
15
BEGINRAW[Makefile(unix)]
14
16
##### CHACHA assembler implementations
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ GENERATE[poly1305-armv8.S]=asm/poly1305-armv8.pl $(PERLASM_SCHEME)
17
17
INCLUDE[poly1305-armv8.o]=..
18
18
GENERATE[poly1305-mips.S]=asm/poly1305-mips.pl $(PERLASM_SCHEME)
19
19
INCLUDE[poly1305-mips.o]=..
20
+ GENERATE[poly1305-s390x.S]=asm/poly1305-s390x.pl $(PERLASM_SCHEME)
21
+ INCLUDE[poly1305-s390x.o]=..
20
22
21
23
BEGINRAW[Makefile(unix)]
22
24
{- $builddir -}/poly1305-%.S: {- $sourcedir -}/asm/poly1305-%.pl
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ GENERATE[rc4-md5-x86_64.s]=asm/rc4-md5-x86_64.pl $(PERLASM_SCHEME)
11
11
12
12
GENERATE[rc4-parisc.s]=asm/rc4-parisc.pl $(PERLASM_SCHEME)
13
13
14
+ GENERATE[rc4-s390x.s]=asm/rc4-s390x.pl $(PERLASM_SCHEME)
15
+
14
16
BEGINRAW[Makefile]
15
17
# GNU make "catch all"
16
18
{- $builddir -}/rc4-%.s: {- $sourcedir -}/asm/rc4-%.pl
You can’t perform that action at this time.
0 commit comments