summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2010-06-14 10:43:30 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2010-06-17 20:47:39 +0200
commit0b2ab77de147d60ca44de978a36e90e1138a5551 (patch)
treef6e3cbbc6302a34940bce7dd5770b2216580ae01 /Makefile
parentc8f69207e6d5fb654814833676f5f786084a8576 (diff)
downloadcryptodev-linux-0b2ab77de147d60ca44de978a36e90e1138a5551.tar.gz
cryptodev-linux-0b2ab77de147d60ca44de978a36e90e1138a5551.tar.xz
cryptodev-linux-0b2ab77de147d60ca44de978a36e90e1138a5551.zip
Storage ioctls removed. Concentrating on wrap/unwrap functionality.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a938b2b..b25b634 100644
--- a/Makefile
+++ b/Makefile
@@ -2,8 +2,7 @@ KERNEL_DIR ?= /lib/modules/$(shell uname -r)/build
VERSION = 0.1
cryptodev-objs = cryptodev_main.o cryptodev_cipher.o ncr.o \
- ncr-data.o ncr-key.o ncr-limits.o ncr-storage.o \
- ncr-storage-low.o
+ ncr-data.o ncr-key.o ncr-limits.o
obj-m += cryptodev.o