summaryrefslogtreecommitdiffstats
path: root/fips/sha1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fips/sha1/Makefile')
-rw-r--r--fips/sha1/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/fips/sha1/Makefile b/fips/sha1/Makefile
index 2d56960df6..922897cc79 100644
--- a/fips/sha1/Makefile
+++ b/fips/sha1/Makefile
@@ -24,7 +24,7 @@ APPS=
EXE= fips_standalone_sha1
LIB=$(TOP)/libcrypto.a
-LIBSRC=fips_sha1dgst.c fips_sha1_selftest.c
+LIBSRC=fips_sha1dgst.c fips_sha1_selftest.c asm/sx86-elf.s
LIBOBJ=fips_sha1dgst.o fips_sha1_selftest.o $(FIPS_SHA1_ASM_OBJ)
SRC= $(LIBSRC) fips_standalone_sha1.c