summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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