summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2015-04-20 20:48:59 +0200
committerAndy Polyakov <appro@openssl.org>2015-05-13 17:14:22 +0200
commit7ee7f9202581f2bf4098384ce3bb55c8fe2180b3 (patch)
treec8bbccbe37f9e60cb4620d06e326d4b9662b8ac3
parentd38f1b39f192fb29bb667825874d25beaf73c275 (diff)
bn/Makefile: give MacOS X hand to compiler armv8-mont module.
Reviewed-by: Richard Levitte <levitte@openssl.org>
-rw-r--r--crypto/bn/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/bn/Makefile b/crypto/bn/Makefile
index 2bae4abd8d..624f5815aa 100644
--- a/crypto/bn/Makefile
+++ b/crypto/bn/Makefile
@@ -141,6 +141,7 @@ alpha-mont.s: asm/alpha-mont.pl
armv4-mont.o: armv4-mont.S
armv4-gf2m.o: armv4-gf2m.S
+armv8-mont.o: armv8-mont.S
files:
$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO