From 331c71959cab925c9a87d471f8d22be435566651 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Tue, 1 Jun 2010 14:50:09 +0200 Subject: Added small subsystem for storage (no storage occuring yet). --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit