summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2010-05-28 11:36:16 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2010-06-17 20:47:38 +0200
commitbda013fbafabd0d0826441cb40c93a46d4dc2301 (patch)
tree7420201add2b847d726d539ad11a3af995f0f441 /Makefile
parente1e9463cca0bd41f56897c14014f714e48afe543 (diff)
downloadcryptodev-linux-bda013fbafabd0d0826441cb40c93a46d4dc2301.tar.gz
cryptodev-linux-bda013fbafabd0d0826441cb40c93a46d4dc2301.tar.xz
cryptodev-linux-bda013fbafabd0d0826441cb40c93a46d4dc2301.zip
Separated data functionality to ncr-data.c.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a038e32..909baaf 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,8 @@
KERNEL_DIR ?= /lib/modules/$(shell uname -r)/build
VERSION = 0.1
-cryptodev-objs = cryptodev_main.o cryptodev_cipher.o ncr.o
+cryptodev-objs = cryptodev_main.o cryptodev_cipher.o ncr.o \
+ ncr-data.o
obj-m += cryptodev.o