summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2010-06-01 14:50:09 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2010-06-17 20:47:39 +0200
commit331c71959cab925c9a87d471f8d22be435566651 (patch)
tree0aeb27386f4565fbc54f976317cba33ea23b9798 /Makefile
parent7439ac15620fd5718c457c2825e40830365667ad (diff)
downloadcryptodev-linux-331c71959cab925c9a87d471f8d22be435566651.tar.gz
cryptodev-linux-331c71959cab925c9a87d471f8d22be435566651.tar.xz
cryptodev-linux-331c71959cab925c9a87d471f8d22be435566651.zip
Added small subsystem for storage (no storage occuring yet).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 94f0bf1..a938b2b 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,8 @@ 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-data.o ncr-key.o ncr-limits.o ncr-storage.o \
+ ncr-storage-low.o
obj-m += cryptodev.o