summaryrefslogtreecommitdiffstats
path: root/crypto/camellia/Makefile
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2008-12-03 09:22:51 +0000
committerAndy Polyakov <appro@openssl.org>2008-12-03 09:22:51 +0000
commitae381fef5cdece911913ade392d844646f4db4b9 (patch)
treeb0b90d30bc445a103299c128412f90fa07b9e49b /crypto/camellia/Makefile
parent48114ec95246bc32c0acee21b01c6f9c6296b380 (diff)
Add Camellia assembler x86 and x86_64 modules.
Diffstat (limited to 'crypto/camellia/Makefile')
-rw-r--r--crypto/camellia/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/camellia/Makefile b/crypto/camellia/Makefile
index 6154f81347..76331ff07a 100644
--- a/crypto/camellia/Makefile
+++ b/crypto/camellia/Makefile
@@ -44,6 +44,11 @@ lib: $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib
+cmll-x86.s: asm/cmll-x86.pl ../perlasm/x86asm.pl
+ $(PERL) asm/cmll-x86.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@
+cmll-x86_64.s: asm/cmll-x86_64.pl
+ $(PERL) asm/cmll-x86_64.pl $(PERLASM_SCHEME) > $@
+
files:
$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO