summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2010-08-18 03:24:21 +0200
committerMiloslav Trmač <mitr@redhat.com>2010-08-24 22:51:00 +0200
commitf1382e005ed777e286c4c88fd8320ba133f8c0c6 (patch)
tree2d60991305227f739b38671a639606500f924248 /Makefile
parent8b354238d31bafea348dd8099f75ab23f0d9d4da (diff)
downloadcryptodev-linux-f1382e005ed777e286c4c88fd8320ba133f8c0c6.tar.gz
cryptodev-linux-f1382e005ed777e286c4c88fd8320ba133f8c0c6.tar.xz
cryptodev-linux-f1382e005ed777e286c4c88fd8320ba133f8c0c6.zip
Add input argument and attribute handling infrastructure
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 093f777..cdaab93 100644
--- a/Makefile
+++ b/Makefile
@@ -68,7 +68,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)