summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2010-08-23 20:27:29 +0200
committerMiloslav Trmač <mitr@redhat.com>2010-08-23 20:27:29 +0200
commitc3eeccf6491c632037dfef737f3e40ed24e5bf72 (patch)
tree4399d2c6f8f2395392da281126c06919f5883cd7 /Makefile
parent8909294e19aa6a9154891950a7878a938676aec7 (diff)
parentcc005a2b4a52a3214635be20eafe819b57aa81ea (diff)
downloadcryptodev-linux-c3eeccf6491c632037dfef737f3e40ed24e5bf72.tar.gz
cryptodev-linux-c3eeccf6491c632037dfef737f3e40ed24e5bf72.tar.xz
cryptodev-linux-c3eeccf6491c632037dfef737f3e40ed24e5bf72.zip
Merge branch 'drop-old-interface' into integration
Conflicts: cryptodev_main.c
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0e33540..093f777 100644
--- a/Makefile
+++ b/Makefile
@@ -80,8 +80,7 @@ build:
install:
$(MAKE) -C $(KERNEL_DIR) SUBDIRS=`pwd` modules_install
- @echo "Installing cryptodev.h in /usr/include/crypto ..."
- @install -D cryptodev.h /usr/include/crypto/cryptodev.h
+ @echo "Installing ncr.h in /usr/include/crypto ..."
@install -D ncr.h /usr/include/crypto/ncr.h
clean: