summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2010-05-26 16:11:47 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2010-06-17 20:47:37 +0200
commit573a4c1cb779cb410596149d51cec4b88720a12b (patch)
tree0858c6b4d77834c2963fa1ab1d9665dec399bfc9 /Makefile
parent439e48a6fea573764b4a98f993510e4921f6d7f1 (diff)
downloadkernel-crypto-573a4c1cb779cb410596149d51cec4b88720a12b.tar.gz
kernel-crypto-573a4c1cb779cb410596149d51cec4b88720a12b.tar.xz
kernel-crypto-573a4c1cb779cb410596149d51cec4b88720a12b.zip
Tried to introduce new api.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index af7d38d41ec..9b8d9656e51 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
KERNEL_DIR = /lib/modules/$(shell uname -r)/build
VERSION = 0.1
-cryptodev-objs = cryptodev_main.o cryptodev_cipher.o
+cryptodev-objs = cryptodev_main.o cryptodev_cipher.o ncr.o
obj-m += cryptodev.o