summaryrefslogtreecommitdiffstats
path: root/crypto/camellia/Makefile
diff options
context:
space:
mode:
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