summaryrefslogtreecommitdiffstats
path: root/crypto/userspace/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/userspace/Makefile')
-rw-r--r--crypto/userspace/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/userspace/Makefile b/crypto/userspace/Makefile
index 65edf8fb2ce..689ee0d25b6 100644
--- a/crypto/userspace/Makefile
+++ b/crypto/userspace/Makefile
@@ -65,7 +65,7 @@ TOMCRYPT_OBJECTS = libtomcrypt/misc/zeromem.o libtomcrypt/misc/crypt/crypt_argch
cryptodev-objs := cryptodev_main.o cryptodev_cipher.o ncr.o \
ncr-key.o ncr-limits.o ncr-pk.o ncr-sessions.o ncr-dh.o \
- ncr-key-wrap.o ncr-key-storage.o $(TOMMATH_OBJECTS) \
+ ncr-key-wrap.o ncr-key-storage.o utils.o $(TOMMATH_OBJECTS) \
$(TOMCRYPT_OBJECTS)