summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2010-02-19 17:01:52 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2010-02-19 17:01:52 +0100
commit12883105566c38cf0b0ccd2a258311435283a97b (patch)
tree6aa4865fae628c4c8674fea834f06761de27d528 /Makefile
parentc75d5221a2b57789916ca85fcbfcac12553d2ee6 (diff)
downloadcryptodev-linux-12883105566c38cf0b0ccd2a258311435283a97b.tar.gz
cryptodev-linux-12883105566c38cf0b0ccd2a258311435283a97b.tar.xz
cryptodev-linux-12883105566c38cf0b0ccd2a258311435283a97b.zip
Added support for asynchronous block ciphers.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7c4a33b..2093acc 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,7 @@
KERNEL_DIR := /lib/modules/$(shell uname -r)/build
+cryptodev-objs = cryptodev_main.o cryptodev_cipher.o
+
obj-m += cryptodev.o
build: