From 00ec898a60ec6d1fb897d49d5db883471bd07cc8 Mon Sep 17 00:00:00 2001 From: Nikhil Benesch Date: Tue, 26 May 2020 10:52:24 -0400 Subject: [PATCH] Add static object build rules for AESNI sources ticket: 8910 --- src/lib/crypto/builtin/aes/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/crypto/builtin/aes/Makefile.in b/src/lib/crypto/builtin/aes/Makefile.in index 915994b0f5..11a11074ab 100644 --- a/src/lib/crypto/builtin/aes/Makefile.in +++ b/src/lib/crypto/builtin/aes/Makefile.in @@ -34,10 +34,10 @@ GEN_OBJS=\ all-unix: all-libobjs # aes-gen -iaesx64@SHOBJEXT@: $(srcdir)/iaesx64.s +iaesx64@SHOBJEXT@ iaesx64@STOBJEXT@: $(srcdir)/iaesx64.s $(YASM) $(AESNI_FLAGS) -o $@ $(srcdir)/iaesx64.s -iaesx86@SHOBJEXT@: $(srcdir)/iaesx86.s +iaesx86@SHOBJEXT@ iaesx86@STOBJEXT@: $(srcdir)/iaesx86.s $(YASM) $(AESNI_FLAGS) -o $@ $(srcdir)/iaesx86.s includes: depend -- 2.47.2