summaryrefslogtreecommitdiffstats
path: root/crypto/aes/Makefile
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2007-04-30 09:22:27 +0000
committerAndy Polyakov <appro@openssl.org>2007-04-30 09:22:27 +0000
commitb900df525848eb887bd91ef3e514d88514a3d0aa (patch)
tree5e47fe88192fcfb1e11084ff5e797613e142bfa6 /crypto/aes/Makefile
parenta2a54ffc5f3e27a5e12547063b0ebbb4ba30956f (diff)
Engage s390x assembler modules.
Diffstat (limited to 'crypto/aes/Makefile')
-rw-r--r--crypto/aes/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/aes/Makefile b/crypto/aes/Makefile
index 6567784e09..60f2b48a80 100644
--- a/crypto/aes/Makefile
+++ b/crypto/aes/Makefile
@@ -63,6 +63,9 @@ aes-x86_64.s: asm/aes-x86_64.pl
aes-sparcv9.s: asm/aes-sparcv9.pl
$(PERL) asm/aes-sparcv9.pl $(CFLAGS) > $@
+# GNU make "catch all"
+aes-%.s: asm/aes-%.pl; $(PERL) $< $(CFLAGS) > $@
+
files:
$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO