summaryrefslogtreecommitdiffstats
path: root/crypto/bn/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/bn/Makefile')
-rw-r--r--crypto/bn/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/bn/Makefile b/crypto/bn/Makefile
index 74bc4f721f..18d704bc97 100644
--- a/crypto/bn/Makefile
+++ b/crypto/bn/Makefile
@@ -120,6 +120,9 @@ alpha-mont.s: asm/alpha-mont.pl
# GNU make "catch all"
%-mont.s: asm/%-mont.pl; $(PERL) $< $(PERLASM_SCHEME) $@
+%-gf2m.S: asm/%-gf2m.pl; $(PERL) $< $(PERLASM_SCHEME) $@
+
+armv4-gf2m.o: armv4-gf2m.S
files:
$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO