summaryrefslogtreecommitdiff
path: root/crypto/camellia/build.info
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-09-13 00:05:26 +0200
committerRichard Levitte <levitte@openssl.org>2019-09-16 16:29:57 +0200
commita1c8befd661fa2145d330bb04ebc6061660db4fd (patch)
tree640ee35a13fc5cc909826b3113c80911f003d5b8 /crypto/camellia/build.info
parent593d5c2fadd3c1322fa995e9ac9ced3af4d6468d (diff)
downloadopenssl-new-a1c8befd661fa2145d330bb04ebc6061660db4fd.tar.gz
build.info: For all assembler generators, remove all arguments
Since the arguments are now generated in the build file templates, they should be removed from the build.info files. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9884)
Diffstat (limited to 'crypto/camellia/build.info')
-rw-r--r--crypto/camellia/build.info8
1 files changed, 3 insertions, 5 deletions
diff --git a/crypto/camellia/build.info b/crypto/camellia/build.info
index 8d74b9f095..c10babc726 100644
--- a/crypto/camellia/build.info
+++ b/crypto/camellia/build.info
@@ -15,11 +15,9 @@ ENDIF
SOURCE[../../libcrypto]=cmll_ecb.c cmll_ofb.c cmll_cfb.c cmll_ctr.c $CMLLASM
-GENERATE[cmll-x86.s]=asm/cmll-x86.pl \
- $(PERLASM_SCHEME) $(LIB_CFLAGS) $(LIB_CPPFLAGS) \
- $(PROCESSOR)
+GENERATE[cmll-x86.s]=asm/cmll-x86.pl
DEPEND[cmll-x86.s]=../perlasm/x86asm.pl
-GENERATE[cmll-x86_64.s]=asm/cmll-x86_64.pl $(PERLASM_SCHEME)
-GENERATE[cmllt4-sparcv9.S]=asm/cmllt4-sparcv9.pl $(PERLASM_SCHEME)
+GENERATE[cmll-x86_64.s]=asm/cmll-x86_64.pl
+GENERATE[cmllt4-sparcv9.S]=asm/cmllt4-sparcv9.pl
INCLUDE[cmllt4-sparcv9.o]=..
DEPEND[cmllt4-sparcv9.S]=../perlasm/sparcv9_modes.pl