summaryrefslogtreecommitdiffstats
path: root/crypto/userspace/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/userspace/Makefile')
-rw-r--r--crypto/userspace/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/crypto/userspace/Makefile b/crypto/userspace/Makefile
index 0b031d4b533..f85b473170c 100644
--- a/crypto/userspace/Makefile
+++ b/crypto/userspace/Makefile
@@ -1,5 +1,4 @@
KERNEL_DIR = /lib/modules/$(shell uname -r)/build
-VERSION = 0.99
EXTRA_CFLAGS += -I$(SUBDIRS)/libtommath -I$(SUBDIRS)/libtomcrypt/headers -I$(SUBDIRS)/ -DLTC_SOURCE -Wall
@@ -75,7 +74,6 @@ cryptodev-objs = cryptodev_main.o cryptodev_cipher.o ncr.o \
obj-m += cryptodev.o
build:
- @make version.h
make -C $(KERNEL_DIR) SUBDIRS=`pwd` modules
install:
@@ -109,5 +107,3 @@ dist: clean
@gpg --verify $(OUTPUT).sig $(OUTPUT)
@mv $(OUTPUT) $(OUTPUT).sig releases/
-version.h: Makefile
- @echo "#define VERSION \"$(VERSION)\"" > version.h