aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crypto/bn/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/bn/Makefile b/crypto/bn/Makefile
index 0a38518..fe34104 100644
--- a/crypto/bn/Makefile
+++ b/crypto/bn/Makefile
@@ -85,7 +85,10 @@ co86-out.s: asm/co-586.pl ../perlasm/x86asm.pl
(cd asm; $(PERL) co-586.pl a.out $(CFLAGS) > ../$@)
sparcv8.o: asm/sparcv8.S
+
sparcv8plus.o: asm/sparcv8plus.S
+ $(CC) $(CFLAGS) -c asm/sparcv8plus.S
+
mips3.o: asm/mips3.s
x86_64-gcc.o: asm/x86_64-gcc.c