summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index af7d38d..9b8d965 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
KERNEL_DIR = /lib/modules/$(shell uname -r)/build
VERSION = 0.1
-cryptodev-objs = cryptodev_main.o cryptodev_cipher.o
+cryptodev-objs = cryptodev_main.o cryptodev_cipher.o ncr.o
obj-m += cryptodev.o