diff options
| author | cvs2svn <admin@example.com> | 2025-04-14 17:32:06 +0000 |
|---|---|---|
| committer | cvs2svn <admin@example.com> | 2025-04-14 17:32:06 +0000 |
| commit | b1ddde874c215cc8891531ed92876f091b7eb83e (patch) | |
| tree | edb6da6af7e865d488dc1a29309f1e1ec226e603 /src/lib/libcrypto/arch/arm/Makefile.inc | |
| parent | f0a36529837a161734c802ae4c42e84e42347be2 (diff) | |
| download | openbsd-tb_20250414.tar.gz openbsd-tb_20250414.tar.bz2 openbsd-tb_20250414.zip | |
This commit was manufactured by cvs2git to create tag 'tb_20250414'.tb_20250414
Diffstat (limited to 'src/lib/libcrypto/arch/arm/Makefile.inc')
| -rw-r--r-- | src/lib/libcrypto/arch/arm/Makefile.inc | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/src/lib/libcrypto/arch/arm/Makefile.inc b/src/lib/libcrypto/arch/arm/Makefile.inc deleted file mode 100644 index e078c51d98..0000000000 --- a/src/lib/libcrypto/arch/arm/Makefile.inc +++ /dev/null | |||
| @@ -1,28 +0,0 @@ | |||
| 1 | # $oPenBSD: Makefile.inc,v 1.2 2014/05/02 18:21:39 miod Exp $ | ||
| 2 | |||
| 3 | # arm-specific libcrypto build rules | ||
| 4 | |||
| 5 | # aes | ||
| 6 | CFLAGS+= -DAES_ASM | ||
| 7 | SSLASM+= aes aes-armv4 | ||
| 8 | # bn | ||
| 9 | CFLAGS+= -DOPENSSL_BN_ASM_MONT | ||
| 10 | SSLASM+= bn armv4-mont | ||
| 11 | # modes | ||
| 12 | CFLAGS+= -DGHASH_ASM | ||
| 13 | SSLASM+= modes ghash-armv4 | ||
| 14 | # sha | ||
| 15 | SSLASM+= sha sha1-armv4-large | ||
| 16 | SSLASM+= sha sha256-armv4 | ||
| 17 | SSLASM+= sha sha512-armv4 | ||
| 18 | |||
| 19 | .for dir f in ${SSLASM} | ||
| 20 | SRCS+= ${f}.S | ||
| 21 | GENERATED+=${f}.S | ||
| 22 | ${f}.S: ${LCRYPTO_SRC}/${dir}/asm/${f}.pl | ||
| 23 | /usr/bin/perl \ | ||
| 24 | ${LCRYPTO_SRC}/${dir}/asm/${f}.pl void ${.TARGET} > ${.TARGET} | ||
| 25 | .endfor | ||
| 26 | |||
| 27 | CFLAGS+= -DOPENSSL_CPUID_OBJ | ||
| 28 | SRCS+= armv4cpuid.S armcap.c | ||
